9 lignes
218 B
Plaintext
9 lignes
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>
|