Files
rocm-systems/projects/hip/tests/hipify-clang/headers_test_06.cu
T
2018-01-23 23:43:36 +03:00

9 baris
206 B
Plaintext

// RUN: %run_test hipify "%s" "%t" %cuda_args
// CHECK: #include <hipblas.h>
// CHECK-NOT: #include <cublas_v2.h>
// CHECK: #include <stdio.h>
#include <cublas.h>
#include <cublas_v2.h>
#include <stdio.h>