1 Star 0 Fork 1

Linteeh/BitCrack

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 234 Bytes
Copy Edit Raw Blame History
brichard19 authored 2018-06-24 11:27 +08:00 . Performance increase
CPPSRC:=$(wildcard *.cpp)
all:
${CXX} -o cudainfo.bin ${CPPSRC} ${INCLUDE} -I${CUDA_INCLUDE} ${CXXFLAGS} ${LIBS} -L${CUDA_LIB} -lcudautil -lcudart
mkdir -p $(BINDIR)
cp cudainfo.bin $(BINDIR)/cudainfo
clean:
rm -rf cudainfo.bin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Linteeh/BitCrack.git
git@gitee.com:Linteeh/BitCrack.git
Linteeh
BitCrack
BitCrack
master

Search