Skip to content

Instantly share code, notes, and snippets.

View dbarnes's full-sized avatar

Dan Barnes dbarnes

View GitHub Profile
@zchee
zchee / How-to-building-CUDA7.5-with-clang7.0.0.md
Last active August 15, 2017 23:51
How to compiling use CUDA nvcc with Xcode7.0 clang 7.0.0

CUDA7.5

Now, CUDA did not compatible Apple clang 7.0.0 also Xcode7.0.

e.g,

> cd /Developer/NVIDIA/CUDA-7.5/samples/0_Simple/asyncAPI

> clang -v
Apple LLVM version 7.0.0 (clang-700.1.75)