Skip to content

Commit

Permalink
Add to HIP tests in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Mar 13, 2023
1 parent d7896e6 commit 22cc433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/unit_test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ ifeq ($(KOKKOS_INTERNAL_USE_HIP), 1)
OBJ_HIP += TestHIP_MDRange_a.o TestHIP_MDRange_b.o TestHIP_MDRange_c.o TestHIP_MDRange_d.o TestHIP_MDRange_e.o
OBJ_HIP += TestHIP_Spaces.o
OBJ_HIP += TestHIP_Memory_Requirements.o
OBJ_HIP += TestHIP_ParallelScanRangePolicy.o
OBJ_HIP += TestHIPHostPinned_ViewAPI_a.o TestHIPHostPinned_ViewAPI_b.o TestHIPHostPinned_ViewAPI_c.o TestHIPHostPinned_ViewAPI_d.o TestHIPHostPinned_ViewAPI_e.o
OBJ_HIP += TestHIPHostPinned_ViewCopy_a.o TestHIPHostPinned_ViewCopy_b.o
OBJ_HIP += TestHIPHostPinned_ViewMapping_a.o TestHIPHostPinned_ViewMapping_b.o TestHIPHostPinned_ViewMapping_subview.o
Expand Down

0 comments on commit 22cc433

Please sign in to comment.