369f3aa9fa
[ROCm/hip commit: 600d5d7c06]
9 строки
218 B
Plaintext
9 строки
218 B
Plaintext
// RUN: %run_test hipify "%s" "%t" %cuda_args
|
|
|
|
// CHECK: #include "hip/hip_runtime.h"
|
|
// CHECK-NOT: #include "cuda_runtime.h"
|
|
// CHECK: #include <stdio.h>
|
|
#include "cuda.h"
|
|
#include "cuda_runtime.h"
|
|
#include <stdio.h>
|