GPUOpen-LibrariesAndSDKs / Orochi

MIT License
204 stars 32 forks source link

Typos in some declarations: Suoroort -> Support #78

Closed LtdJorge closed 7 months ago

LtdJorge commented 8 months ago

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

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.

LtdJorge commented 8 months ago

A different one: MipmaoroedArray -> MipmappedArray. Suggests the same replacing of "pp" for "oro".

RichardGe commented 7 months ago

the 2.0 release solves all those typos. thanks for the report.