|
|
|
|
|
by Rounin
452 days ago
|
|
You should be able to make it think you have another card:
export HSA_OVERRIDE_GFX_VERSION=10.3.0
The possible values are said to be:
# gfx1030 = "10.3.0"
# gfx900 = "9.0.0"
# gfx906 = "9.0.6"
# gfx908 = "9.0.8"
# gfx90a = "9.0.a" |
|
In any case, the possible values can be found in the LLVM documentation [1]. I would recommend looking closely at the notes for the generic ISAs, as they highlight the differences between the ISAs (which is important when you're loading code built for one ISA onto a GPU that implements a different ISA).
[1]: https://llvm.org/docs/AMDGPUUsage.html#processors