ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
107 stars 19 forks source link

Missing hipRuntimeGetVersion() in hip/hip_runtime.h #37

Closed matyas-streamhpc closed 10 months ago

matyas-streamhpc commented 1 year ago

hipError_t hipRuntimeGetVersion(int* runtimeVersion) is not defined in HIP-CPU runtime.

See: https://github.com/ROCm-Developer-Tools/HIP/blob/d62eaeeda560c0c33d1e58fe9e44d7fd28220ac1/include/hip/hip_runtime_api.h#L1377