File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66
77- configurable CL platform and device
88
9+ ## [1.0.1] - [29.10.2021]
10+
11+ - Updated hlslib version and removed minor print statements
12+
913## [1.0.0] - [18.10.2021]
1014
1115- 1d, 2d, 3d FFT with variants on the location of the transposition
Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/extDep.cmake)
1313
1414## find Intel FPGA SDK for OpenCL
1515find_package (IntelFPGAOpenCL REQUIRED)
16- message ("-- IntelFPGAOpenCL found" )
1716
1817## find FFTW
1918list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
2019find_package (FFTW REQUIRED)
21- message ("-- FFTW found" )
2220
2321# Set a default build type if none was specified
2422if (NOT CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include(FetchContent)
77FetchContent_Declare(
88 hlslib
99 GIT_REPOSITORY https://github.com/definelicht/hlslib.git
10- GIT_TAG 66462501a8779694f8b64b2c32cc59552cd59429
10+ GIT_TAG v1.4.2
1111)
1212FetchContent_MakeAvailable(hlslib)
1313
You can’t perform that action at this time.
0 commit comments