Skip to content

Commit

Permalink
Add cuGetProcAddress* to list of initi functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Jun 30, 2023
1 parent 76cf710 commit 55c533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda/cuda_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
gen_struct_map(typedefs, structs)
gen_ffi_type_map(typedefs)

INIT_FUNCTIONS = /cuInit|cuDriverGetVersion|cuGetExportTable|cuDeviceGetCount/
INIT_FUNCTIONS = /cuInit|cuDriverGetVersion|cuGetExportTable|cuDeviceGetCount|cuGetProcAddress/

HEX_INT_TYPES.push("CUdeviceptr")

Expand Down

0 comments on commit 55c533f

Please sign in to comment.