2
0

Fix missing HIP_ASSERT in hip_trig

Este cometimento está contido em:
Aaron Enye Shi
2018-09-24 15:01:24 +00:00
ascendente afef6a3ece
cometimento bc5de031a5
+2
Ver ficheiro
@@ -32,6 +32,8 @@ THE SOFTWARE.
#include "test_common.h"
#include <hip/device_functions.h>
#define HIP_ASSERT(x) (assert((x) == hipSuccess))
#define LEN 512
#define SIZE LEN << 2