FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
libgpuarray/make.bat at master · astosyk/libgpuarray · GitHub
astosyk
/
libgpuarray
Public
forked from
Theano/libgpuarray
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
libgpuarray
/
make.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
10 lines (9 loc) · 277 Bytes
Breadcrumbs
libgpuarray
/
make.bat
Copy path
File metadata and controls
executable file
·
10 lines (9 loc) · 277 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
REM
This helps repetitive builds on windows
REM
It needs the compiler you want to use to be available in the shell
REM
and it will build a release version
del
bld
mkdir
bld
cd
bld
cmake .. -G
"
NMake Makefiles
"
-DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
cd
..
Back
|
FazBrowse Home
|
New Git URL