Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Dec 29, 2024
1 parent 09b76db commit 272b8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plugin/raja-launch-caliper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ int main(int RAJA_UNUSED_ARG(argc), char **RAJA_UNUSED_ARG(argv[]))
//
std::cout << "\n Running RAJA HIP daxpy...\n";
using hip_launch_policy = RAJA::LaunchPolicy<RAJA::hip_launch_t<false>>;
using hip_loop_policy = RAJA::LoopPolicy<RAJA::hip_global_thread_x>
using hip_loop_policy = RAJA::LoopPolicy<RAJA::hip_global_thread_x>;

a = 0; b = 0;
hipErrchk(hipMalloc( (void**)&a, N * sizeof(double) ));
Expand Down

0 comments on commit 272b8fc

Please sign in to comment.