Kazım Rıfat Özyılmaz
Kazım Rıfat Özyılmaz
Hi @kropper, I tried with the tools&libraries below on 10.13.4, seems to build fine. Can you try with a fresh console and checkout? ``` bash-3.2$ clang -v Apple LLVM version...
@ziorufus Sorry for my late reply but can you try it with `PRINT_DEBUG=y make all` so I can fix it?
way to go @Astxsilencer , nice!
Hi @careless25, which CUDA version are you using, did you install CUDA Toolkit?
@careless25 do you have brew or macports installed?
No I just wanted to make sure that there is no collision in terms of include headers somewhere which caused this. Strange, do you have an Xcode installation and what...
Can you paste the output of the two functions below? ``` $ ls -lrt /Developer/NVIDIA/CUDA-*/include |grep device_functions_decls $ ls -lrt /usr/local/cuda/include ```
You can mine with CPU, no worries 0. Can you please copy the output of `$ ls -lrt /Developer/NVIDIA/CUDA-9.1/include` 1. You can use the latest precompiled release https://github.com/kozyilmaz/nheqminer-macos/releases/tag/v7 2. If...
If macOS 10.13 is used there might be tiny problem, [CUDA 9.1 README](https://docs.nvidia.com/cuda/cuda-installation-guide-mac-os-x/index.html) states that: `Note that the CUDA 9.1 driver supports macOS 10.13. This means that existing CUDA applications...
This https://github.com/kozyilmaz/nheqminer/commit/0776e9d5d1551a53cc091536f343496bd7917869 should fix it, please use a fresh checkout to test. Tested with CUDA 9.0 and CUDA 9.1