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

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>