List Question
20 TechQA 2013-12-17T02:05:40.920000CUDA/PTX 32-bit vs. 64-bit
3k views
Asked by zlatanski
Linking a kernel to a PTX function
1.6k views
Asked by Marco A.
primitive data type in ptx
640 views
Asked by user2188453
Is inline PTX more efficient than C/C++ code?
881 views
Asked by luxuia
'nvcc -ptx file.cu' fatal error: file not found
506 views
Asked by travelingbones
Functions called by an Input in CUDA
103 views
Asked by Tejas Gupta
Can I force certain computations to occur despite their result not being used in the kernel?
161 views
Asked by einpoklum
What's the difference between PTX and CUBIN w.r.t. the NVCC compiler?
14.5k views
Asked by user973764
Understanding Performance Behavior of Random Writes to Global Memory
160 views
Asked by Christoph Schulze
Bug in PTX ISA (carry propagation)?
379 views
Asked by user4811
type casting to unsigned long long in CUDA?
2k views
Asked by user2188453
Funnel shift - what is it?
11.5k views
Asked by CygnusX1
Portable way of accessing an array of bool (C++11) from Nvidia PTX
430 views
Asked by ritter
PTX "bit bucket" registers
243 views
Asked by Dude
Why does PTX shows 32 bit load operation for a 128 bit struct assignment?
344 views
Asked by Abhishek Tyagi
What does %f, %rd mean in ptx assembly
320 views
Asked by Aesop
Why am I getting multiple OpenCL 'binaries' when I built my program for one device?
120 views
Asked by einpoklum
What do the %envregN special registers hold?
153 views
Asked by einpoklum
How can I create an executable to run a kernel in a given PTX file?
1.3k views
Asked by The Mayhem
Can I combine a "static" CUDA kernel launch with PTX code and get a working binary?
740 views
Asked by einpoklum