https://github.com/GPUPeople/SLAK
Raw File
Tip revision: 09cd4dfdce99f71cde8c65a7c734a628d4253e5b authored by Daniel Mlakar on 20 October 2020, 12:20:37 UTC
updates to newer toolchain. Tested on Manjaro 20.1.2 with gcc 10.2.0, nvcc 11.0.221, cmake 3.18.3 on a RTX 2080Ti
Tip revision: 09cd4df
.gitignore
# Folders
**/build
**/data

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top