File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.17.2] - 2021-11-15
8
+
9
+ ### Changes
10
+ * Use llvm-spirv from bin-llvm during build for Linux and Windows (#626 , #627 )
11
+
12
+ ## [ 0.17.1] - 2021-11-10
13
+
14
+ ### Changes
15
+ * Update clang to icx (#622 )
16
+
7
17
## [ 0.17.0] - 2021-11-03
8
18
9
19
### Added
Original file line number Diff line number Diff line change
1
+ @ REM new llvm-spirv location
2
+ @ REM starting from dpcpp_impl_win-64=2022.0.0=intel_3638 location is env\Library\bin-llvm
3
+ @ REM used BUILD_PREFIX as compiler installed in build section of meta.yml
4
+ set " PATH = %BUILD_PREFIX% \Library\bin-llvm;%PATH% "
5
+
1
6
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
2
7
3
8
rem Build wheel package
Original file line number Diff line number Diff line change 2
2
3
3
set -euxo pipefail
4
4
5
+ # new llvm-spirv location
6
+ # starting from dpcpp_impl_linux-64=2022.0.0=intel_3610
7
+ export PATH=$CONDA_PREFIX /bin-llvm:$PATH
8
+
5
9
${PYTHON} setup.py install --single-version-externally-managed --record=record.txt
6
10
7
11
# Build wheel package
You can’t perform that action at this time.
0 commit comments