Files
rocm-systems/tests/hipify-clang/unit_tests/headers/headers_test_02.cu
T

9 lines
232 B
Plaintext
Raw Normal View History

// RUN: %run_test hipify "%s" "%t" %hipify_args %clang_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>