diff --git a/hipamd/tests/src/hipPerfMemcpy.cpp b/hipamd/tests/src/hipPerfMemcpy.cpp new file mode 100644 index 0000000000..d351dbc868 --- /dev/null +++ b/hipamd/tests/src/hipPerfMemcpy.cpp @@ -0,0 +1,41 @@ +#include"test_common.h" +#include +#include + +#define NUM_SIZE 8 +#define NUM_ITER 12 +static size_t size[NUM_SIZE]; + +void setup(){ + for(int i=0;i