Skip to content

Commit

Permalink
Optimal setting for AMD.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 20, 2024
1 parent b7bd217 commit 22cfd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traverse.cl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void kernel traverse_gpu4way( global float4* alt4Node, global struct Ray* rayDat
// #define SIMD_AABBTEST
#elif defined ISAMD
#define USE_VLOAD_VSTORE
#define SIMD_AABBTEST
// #define SIMD_AABBTEST
#else // unkown GPU
// #define USE_VLOAD_VSTORE
#define SIMD_AABBTEST
Expand Down

0 comments on commit 22cfd24

Please sign in to comment.