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

gen_xlat_metadata.py should identify __global__ functions #16

Closed sree314 closed 3 years ago

sree314 commented 3 years ago

To differentiate device and global functions, CUDA uses STO_CUDA_ENTRY. gen_xlat_metadata.py should expose this information.