OSDN Git Service

Clean up and remove a directory of cuda
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / cuda / nvvm / libnvvm-samples / simple / README.txt
diff --git a/util/X86LINUX64/cuda/nvvm/libnvvm-samples/simple/README.txt b/util/X86LINUX64/cuda/nvvm/libnvvm-samples/simple/README.txt
deleted file mode 100644 (file)
index 6edccdf..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-simple.c is a simple C program that illustrates the use of libnvvm.
-simple-gpu.ll is a text file with a simple program written in NVVM
-IR. simple.c reads in simple-gpu.ll, uses libnvvm API to generate
-PTX code, and uses CUDA driver API to execute the PTX code on a GPU.