Skip to content

Commit

Permalink
Exclude Mac from OpenCL fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 16, 2024
1 parent 8fbc870 commit fb615da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tiny_bvh_speedtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ int main()

#endif

#ifdef ENABLE_OPENCL

#ifdef GPU_2WAY

// trace the rays on GPU using OpenCL
Expand All @@ -350,6 +352,8 @@ int main()

#endif

#endif

#ifdef TRAVERSE_SOA2WAY_ST

// trace all rays three times to estimate average performance
Expand Down

0 comments on commit fb615da

Please sign in to comment.