Moved no-as-needed flag to link rule.
Avoids link errors for tests linked with nvcc.
[ROCm/rccl commit: 03df4c7759]
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#define SRC_TEST_UTILITIES_H_
|
||||
|
||||
#include <curand.h>
|
||||
#include <string>
|
||||
|
||||
#define CUDACHECK(cmd) do { \
|
||||
cudaError_t e = cmd; \
|
||||
|
||||
Reference in New Issue
Block a user