I am searching ptxas document but I cannot found it.
Is there any documentation available?
While I am searching, I found following (which is specific to nvcc)
I am searching ptxas document but I cannot found it.
Is there any documentation available?
While I am searching, I found following (which is specific to nvcc)
ptxas doesn’t have any stand-alone documentation provided by NVIDIA
The intended use-case for ptxas is as a tool that is driven from the nvcc
compiler-driver
You can always express your concerns about CUDA documentation by filing a bug.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.