Skip to content

Commit

Permalink
Update core/src/HIP/Kokkos_HIP_KernelLaunch.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Oct 9, 2023
1 parent 035d284 commit f5c0cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/HIP/Kokkos_HIP_KernelLaunch.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ struct HIPParallelLaunchKernelInvoker<DriverType, LaunchBounds,
// Expect node not yet initialized
KOKKOS_EXPECTS(!graph_node);

if (!Impl::is_empty_launch(grid, block)) {
if (!is_empty_launch(grid, block)) {
void const *args[] = {&driver};

hipKernelNodeParams params = {};
Expand Down

0 comments on commit f5c0cc5

Please sign in to comment.