9 lines
206 B
Plaintext
9 lines
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>
|