Skip to content

PTXAS Summary Parsing Error on CUDA 12.8 #324

@rudrajyotiroy

Description

@rudrajyotiroy

Error (after PTXAS generation):

GPGPU-Sim: ERROR while parsing output of ptxas (used to capture resource usage information)
GPGPU-Sim: 2dconv.1.sm_52.ptx (2dconv.1.sm_52.ptxas:5) Syntax error:

ptxas info : Used 47 registers, used 1 barriers, 360 bytes cmem[0], 12 bytes cmem[2]
^

GPGPU-Sim: *** exit detected ***

Generated PTXAS Summary for CUDA 11.0 on Ubuntu 16.04 Docker (Running correctly):

ptxas info : 0 bytes gmem
ptxas info : Compiling entry function '_Z23convWithGPUShMem_kernelPKfS0_PfPK9ConvParamPK13CudaParamType' for 'sm_52'
ptxas info : Function properties for _Z23convWithGPUShMem_kernelPKfS0_PfPK9ConvParamPK13CudaParamType
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 46 registers, 360 bytes cmem[0], 12 bytes cmem[2]

Generated PTXAS Summary for CUDA 12.8 on Ubuntu 20.04 workstation (Producing error):

ptxas info : 0 bytes gmem
ptxas info : Compiling entry function '_Z23convWithGPUShMem_kernelPKfS0_PfPK9ConvParamPK13CudaParamType' for 'sm_52'
ptxas info : Function properties for _Z23convWithGPUShMem_kernelPKfS0_PfPK9ConvParamPK13CudaParamType
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 47 registers, used 1 barriers, 360 bytes cmem[0], 12 bytes cmem[2]
ptxas info : Compile time = 18.168 ms

If anyone has faced this issue please let me know if there are any known workarounds

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions