pyxis-roc / gpu-api-interposer

GPU API interposer generation tools plus libcuda (CUDA Device API) and libcudart (CUDA Runtime API) interposers. Also includes harmonv, for now.
2 stars 0 forks source link

Added calls to instrumented api function for cuModuleGetGlobal and cuDeviceGetAttribute #18

Closed bavalpey closed 3 years ago

bavalpey commented 3 years ago

cuModuleGetGlobal is needed for assigning addresses to global symbols. cuDeviceGetAttribute calls contain information that is also contained in certain special registers.