I've found that there are some fields with "suoroort" in the name and comments instead of "support". Seems to me like it was caused by some automated renaming maybe?
The two types where it happens
enum oroDeviceAttribute (in comments and fields)
struct oroDeviceProp (only in comments)
I'm doing FFI from Rust and it's a bit annoying having the dirty names. Example: oroDeviceAttributeHostNativeAtomicSuoroorted in Orochi is CU_DEVICE_ATTRIBUTE_HOST_NATIVE_ATOMIC_SUPPORTED in CUDA.
I've found that there are some fields with "suoroort" in the name and comments instead of "support". Seems to me like it was caused by some automated renaming maybe?
The two types where it happens
oroDeviceAttribute
(in comments and fields)oroDeviceProp
(only in comments)I'm doing FFI from Rust and it's a bit annoying having the dirty names. Example:
oroDeviceAttributeHostNativeAtomicSuoroorted
in Orochi isCU_DEVICE_ATTRIBUTE_HOST_NATIVE_ATOMIC_SUPPORTED
in CUDA.