SWDEV-392758 - Link with thread lib. (#267)
Change-Id: I2442f5f0e62238826560717e6719184a6a25dbc5
[ROCm/hip-tests commit: b795171649]
This commit is contained in:
committed by
GitHub
parent
57c2eb84cc
commit
637732a5dc
@@ -35,7 +35,7 @@ hipDispatchLatency.out: hipDispatchLatency.cpp
|
||||
$(HIPCC) $(CXXFLAGS) hipDispatchLatency.cpp -o $@
|
||||
|
||||
hipDispatchEnqueueRateMT.out: hipDispatchEnqueueRateMT.cpp
|
||||
$(HIPCC) $(CXXFLAGS) hipDispatchEnqueueRateMT.cpp -o $@
|
||||
$(HIPCC) $(CXXFLAGS) hipDispatchEnqueueRateMT.cpp -lpthread -o $@
|
||||
|
||||
test_kernel.code: test_kernel.cpp
|
||||
$(HIP_PATH)/bin/hipcc --genco $(GENCO_FLAGS) $^ -o $@
|
||||
|
||||
Reference in New Issue
Block a user