Skip to content

Commit b0cf3e0

Browse files
author
Arjun Ramaswami
committed
v1.0.1 hlslib version update
1 parent b1616a6 commit b0cf3e0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/extDep.cmake)
1313

1414
## find Intel FPGA SDK for OpenCL
1515
find_package(IntelFPGAOpenCL REQUIRED)
16-
message("-- IntelFPGAOpenCL found")
1716

1817
## find FFTW
1918
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
2019
find_package(FFTW REQUIRED)
21-
message("-- FFTW found")
2220

2321
# Set a default build type if none was specified
2422
if(NOT CMAKE_BUILD_TYPE)

cmake/extDep.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77
FetchContent_Declare(
88
hlslib
99
GIT_REPOSITORY https://github.com/definelicht/hlslib.git
10-
GIT_TAG 66462501a8779694f8b64b2c32cc59552cd59429
10+
GIT_TAG v1.4.2
1111
)
1212
FetchContent_MakeAvailable(hlslib)
1313

0 commit comments

Comments
 (0)