Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Savery <bsavery>2021-11-04 22:16:26 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-11-04 22:24:39 +0300
commit36f5198282d3e91b11d9db488705a852377edd31 (patch)
treebb1319ba9bd8e0a75556511a6f523de8a3e88522 /intern/cycles/blender
parent5c34e34195e2ec46c4a4e17fd2ddea784f69d628 (diff)
Fix Cycles HIP Kernels loading on Arch names with extra options
The kernel file names are search for based on the arch name, for example gfx1010. However HIP's gcnArchName can contain options such as xnack- in the name. For example gfx1010:sramecc-:xnack-. This revision tokenizes the info from gcnArchName and just uses the first token for choosing the Kernel file to use. Kernels are portable across those features in the arch name. Also remove the bit for recompiling ptx as clearly that is not relevant. Differential Revision: https://developer.blender.org/D13117
Diffstat (limited to 'intern/cycles/blender')
0 files changed, 0 insertions, 0 deletions