You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will it work on macOS 10.15.7+?
I have a lot of problems on first make step
brew and all dep installed. Have anyone got working example? What esle do I need?
I have an AMD Card Radeon RX 5700 XT 8 GB, does it work with CUDA?
VanitySearch-master % make
cd obj && mkdir -p GPU
cd obj && mkdir -p hash
g++ -m64 -mssse3 -Wno-write-strings -O2 -I. -I/usr/local/cuda-8.0/include -o obj/IntGroup.o -c IntGroup.cpp
In file included from IntGroup.cpp:18:
In file included from ./IntGroup.h:21:
./Int.h:241:24: error: static declaration of '__rdtsc' follows non-static
declaration
static uint64_t inline __rdtsc() {
^
./Int.h:241:24: note: previous implicit declaration is here
1 error generated.
make: *** [obj/IntGroup.o] Error 1
The text was updated successfully, but these errors were encountered:
Will it work on macOS 10.15.7+?
I have a lot of problems on first make step
brew and all dep installed. Have anyone got working example? What esle do I need?
I have an AMD Card Radeon RX 5700 XT 8 GB, does it work with CUDA?
The text was updated successfully, but these errors were encountered: