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

9 строки
203 B
Plaintext

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