From dec47a64930b2a5b68c55706cbdba7f945781d0e Mon Sep 17 00:00:00 2001 From: Deven Desai Date: Wed, 11 Jul 2018 09:26:54 -0400 Subject: [PATCH] renaming CUDA* to GPU* for some header files --- test/{cuda_basic.cu => gpu_basic.cu} | 0 test/{cuda_common.h => gpu_common.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{cuda_basic.cu => gpu_basic.cu} (100%) rename test/{cuda_common.h => gpu_common.h} (100%) diff --git a/test/cuda_basic.cu b/test/gpu_basic.cu similarity index 100% rename from test/cuda_basic.cu rename to test/gpu_basic.cu diff --git a/test/cuda_common.h b/test/gpu_common.h similarity index 100% rename from test/cuda_common.h rename to test/gpu_common.h