cpc / hipcl

OpenCL/SPIR-V implementation of HIP
Other
104 stars 12 forks source link

__hipRegisterVar not implemented yet #4

Closed zjin-lcf closed 2 years ago

zjin-lcf commented 4 years ago

It took a while to port the branch-first search to HIPCL. While I don't fully understand the advanced BFS implementation, I think the error '__hipRegisterVar not implemented yet' is caused by the global variables (global_mutex) defined in the device. I reported the issue for tracking with the attached reproducer. hipcl-bfs-master.zip