369f3aa9fa
[ROCm/hip commit: 600d5d7c06]
9 строки
203 B
Plaintext
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>
|