ROCm / ROCR-Runtime

ROCm Platform Runtime: ROCr a HPC market enhanced HSA based runtime
https://rocm.docs.amd.com/projects/ROCR-Runtime/en/latest/
Other
205 stars 97 forks source link

Replace std::mutex with KernelMutex #202

Open dayatsin-amd opened 2 months ago

dayatsin-amd commented 2 months ago

Replace std::mutex with KernelMutex to see if this fixes potential issue with mutex not being initialized in BlitKernel constructor on some systems.