File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19079/l_BaseKit_p_2023.0.0.25537.sh
19
19
LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19084/l_HPCKit_p_2023.0.0.25400.sh
20
20
LINUX_IOTKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19082/l_IoTKit_p_2023.0.0.25397.sh
21
- LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19090 /l_AIKit_p_2023.0 .0.26100 .sh
21
+ LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19202 /l_AIKit_p_2023.1 .0.31760 .sh
22
22
LINUX_DLFDKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19081/l_DLFDKit_p_2023.0.0.25405.sh
23
23
LINUX_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19087/l_RenderKit_p_2023.0.0.25403.sh
24
24
MACOS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/19080/m_BaseKit_p_2023.0.0.25441.dmg
Original file line number Diff line number Diff line change 3
3
// SPDX-License-Identifier: MIT
4
4
5
5
def SAMPLES_REPO = " https://github.com/oneapi-src/oneAPI-samples.git"
6
- def SAMPLES_TAG = " 2022.3 .0"
6
+ def SAMPLES_TAG = " 2023.0 .0"
7
7
8
8
pipeline {
9
9
agent { docker { image ' intel/oneapi-hpckit' } }
@@ -23,7 +23,7 @@ pipeline {
23
23
stage(' build DPC++' ) {
24
24
steps {
25
25
dir (" oneAPI-samples/DirectProgramming/DPC++/DenseLinearAlgebra/vector-add" ) {
26
- sh " make all && make run "
26
+ sh " mkdir build && cd build && cmake .. && make cpu-gpu && ./vector-add-buffers "
27
27
}
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments