File tree Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Expand file tree Collapse file tree 3 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ set OUTPUT_ZIP=%BUILD_BASE%\%OUTPUT_NAME%.zip
5252
5353set PERFORMANCE_TEST_INSTALL = %ROOT_INSTALL% \gpufit_performance_test
5454set PYTHON_INSTALL = %ROOT_INSTALL% \python
55- set x64_MATLAB_INSTALL = %ROOT_INSTALL% \matlab64
56- set x64_JAVA_INSTALL = %ROOT_INSTALL% \java64
57- set SDK_INSTALL_ROOT = %ROOT_INSTALL% \gpufit_sdk
55+ set x64_MATLAB_INSTALL = %ROOT_INSTALL% \matlab
56+ set x64_JAVA_INSTALL = %ROOT_INSTALL% \java
57+ set SDK_INSTALL_ROOT = %ROOT_INSTALL% \sdk
5858
5959set x64_BUILD = %BUILD_BASE% \VC16x64-11.4\RelWithDebInfo
6060set x64_BUILD_LIB = %BUILD_BASE% \VC16x64-11.4\Gpufit\RelWithDebInfo
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ set OUTPUT_ZIP=%BUILD_BASE%\%OUTPUT_NAME%.zip
5252
5353set PERFORMANCE_TEST_INSTALL = %ROOT_INSTALL% \gpufit_performance_test
5454set PYTHON_INSTALL = %ROOT_INSTALL% \python
55- set x64_MATLAB_INSTALL = %ROOT_INSTALL% \matlab64
56- set x64_JAVA_INSTALL = %ROOT_INSTALL% \java64
57- set SDK_INSTALL_ROOT = %ROOT_INSTALL% \gpufit_sdk
55+ set x64_MATLAB_INSTALL = %ROOT_INSTALL% \matlab
56+ set x64_JAVA_INSTALL = %ROOT_INSTALL% \java
57+ set SDK_INSTALL_ROOT = %ROOT_INSTALL% \sdk
5858
5959set x64_BUILD = %BUILD_BASE% \VC16x64-11.4_cublas\RelWithDebInfo
6060set x64_BUILD_LIB = %BUILD_BASE% \VC16x64-11.4_cublas\Gpufit\RelWithDebInfo
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Gpufit 1.2.0
55
66Compiled with the Microsoft Visual Studio 2019 C++ compiler and CUDA toolkit 11.4.
77
8- Folder include contains the gpufit.h header file representing the C API.
8+ Folder sdk/ include contains the gpufit.h header file representing the C API.
99
10- Folder win64 contains the 64 bit compiled dynamic link library and import library.
10+ Folder sdk/win64 contains the 64 bit compiled dynamic link library (built in single precision) and import library (single.
11+
12+ Folder matlab contains the Matlab binding for Gpufit (compiled against Matlab 2018b) and examples.
13+
14+ Folder python contains the Python binding for Gpufit and examples.
15+
16+ Folder java contains the Java binding for Gpufit and examples.
You can’t perform that action at this time.
0 commit comments