Skip to content

Commit

Permalink
Fixup ROCm 5.4 ImplForceGlobalLaunch{Launch -> }_t typo in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Jan 24, 2023
1 parent cb67caf commit c54547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unit_test/TestMathematicalSpecialFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ struct TestComplexBesselJ0Y0Function {
// Call Bessel functions
#if (HIP_VERSION_MAJOR == 5) && (HIP_VERSION_MINOR == 4)
using Property =
Kokkos::Experimental::WorkItemProperty::ImplForceGlobalLaunchLaunch_t;
Kokkos::Experimental::WorkItemProperty::ImplForceGlobalLaunch_t;
#else
using Property = Kokkos::Experimental::WorkItemProperty::None_t;
#endif
Expand Down

0 comments on commit c54547e

Please sign in to comment.