79665820

Date: 2025-06-14 12:08:47
Score: 1
Natty:
Report link

I solved "that problem in kernel function" by Project properties -> C/C++ -> Command line -> Additional parameters = --offload-arch=gfx900 (I have Vega 56, set your arch gfx????).

enter image description here

I use HIP 5.5 because 6.2 does not work with my GPU ("Unsupported hardware"). I also found that last ROCm to work with Vega 56 was 4.5.2 . To check GPU arch, you may do:

C:\> hipinfo

or also clinfo

Reasons:
  • Blacklisted phrase (1): ???
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sergei Koshman