Fix missing HIP_ASSERT in hip_trig

[ROCm/clr commit: bc5de031a5]
This commit is contained in:
Aaron Enye Shi
2018-09-24 15:01:24 +00:00
rodzic f4fc30ccc7
commit 4bbfaf06b5
@@ -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