Skip to content

Commit

Permalink
Fix broken build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Dec 17, 2024
1 parent 63b8b9c commit 44464f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny_bvh_speedtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ int main()

// load and compile the OpenCL kernel code
// This also triggers OpenCL init and device identification.
tinyocl::Kernel ailalaine_kernel( "traverse.cl", "traverse_ailalaine" );
tinyocl::Kernel ailalaine_kernel( "traverse.cl", "batch_ailalaine" );
tinyocl::Kernel gpu4way_kernel( "traverse.cl", "traverse_gpu4way" );
tinyocl::Kernel cwbvh_kernel( "traverse.cl", "traverse_cwbvh" );
printf( "----------------------------------------------------------------\n" );
Expand Down

0 comments on commit 44464f5

Please sign in to comment.