2019-01-09 20:18:36 +03:00
|
|
|
// RUN: %run_test hipify "%s" "%t" %hipify_args %clang_args
|
2018-01-23 23:43:36 +03:00
|
|
|
|
|
|
|
|
// CHECK: #include <hip/hip_runtime.h>
|
|
|
|
|
// CHECK-NOT: #include <cuda_runtime.h>
|
|
|
|
|
// CHECK: #include <iostream>
|
|
|
|
|
// CHECK: #include "hipblas.h"
|
|
|
|
|
// CHECK-NOT: #include "cublas.h"
|
|
|
|
|
// CHECK: #include <stdio.h>
|
|
|
|
|
#include <cuda.h>
|
|
|
|
|
#include <cuda_runtime.h>
|
|
|
|
|
#include <iostream>
|
|
|
|
|
#include "cublas_v2.h"
|
|
|
|
|
#include "cublas.h"
|
|
|
|
|
#include <stdio.h>
|