Skip to content

Commit 775da28

Browse files
authored
Update README.md
1 parent 8649470 commit 775da28

File tree

1 file changed

+34
-31
lines changed

1 file changed

+34
-31
lines changed

README.md

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Clone an earlier version of the repository using Git by entering a command simil
3434

3535
`git clone -b <tag> https://github.com/oneapi-src/oneAPI-samples.git`
3636

37-
where `<tag>` is the GitHub tag corresponding to the toolkit version number, like **2023.2.0**.
37+
where `<tag>` is the GitHub tag corresponding to the toolkit version number, like **2024.0.0**.
3838

3939
Alternatively, you can download a zip file containing a specific tagged version of the repository.
4040

@@ -50,7 +50,7 @@ The best oneAPI sample to start with depends on what you are trying to learn or
5050
| If you want to learn about... | Start with...
5151
|:--- |:---
5252
| the basics of writing, compiling, and building programs for CPUs, GPUs, or FPGAs |[Simple Add](https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C++SYCL/DenseLinearAlgebra/simple-add) or [Vector Add](https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add) samples <br> (You can use these samples as starter projects by removing unwanted elements and adding your code and build requirements.)
53-
| the basics of using artificial intelligence | [Getting Started Samples for Intel® AI Analytics Toolkit (AI Kit)](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples)
53+
| the basics of using artificial intelligence | [Getting Started Samples for AI Tools](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples)
5454
| the basics of image rendering workloads and ray tracing | [Getting Started Samples for Intel® oneAPI Rendering Toolkit (Render Kit)](https://github.com/oneapi-src/oneAPI-samples/tree/master/RenderingToolkit/GettingStarted)
5555
| how to modify or create build files for SYCL-compliant projects | [Vector Add](https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add) sample
5656

@@ -87,55 +87,58 @@ Samples in this release are validated on the following platforms.
8787
### Ubuntu 22.04
8888
Intel(R) Xeon(R) Platinum 8352Y CPU @ 2.20GHz
8989
Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 3.0, (pvc)
90-
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.6.0.22_223734]
91-
Level Zero driver: Intel(R) Level-Zero, Intel(R) Data Center GPU Max 1550 1.3 [1.3.26241]
90+
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.10.0.17_160000]
91+
Level Zero driver: Intel(R) Level-Zero, Intel(R) Data Center GPU Max 1550 1.3 [1.3.26918]
9292
oneAPI package version:
93-
- Intel oneAPI Base Toolkit Build Version: 2023.2.0.49397
94-
- Intel oneAPI HPC Toolkit Build Version: 2023.2.0.49440
95-
- Intel oneAPI Rendering Toolkit Build Version: 2023.2.0.49367
93+
- Intel oneAPI Base Toolkit Build Version: 2024.0.0.49556
94+
- Intel oneAPI HPC Toolkit Build Version: 2024.0.0.49582
95+
- Intel oneAPI Rendering Toolkit Build Version: 2024.0.0.49646
96+
- Intel AI Tools 2024.0.0.48873
9697

9798
12th Gen Intel(R) Core(TM) i9-12900
9899
Intel(R) UHD Graphics 770 3.0 ; (gen12, AlderLake-S GT1 [8086:4680])
99-
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.6.0.22_223734]
100-
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.26241]
100+
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.10.0.17_160000]
101+
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.26918]
101102
oneAPI package version:
102-
- Intel oneAPI Base Toolkit Build Version: 2023.2.0.49397
103-
- Intel oneAPI HPC Toolkit Build Version: 2023.2.0.49440
104-
- Intel oneAPI Rendering Toolkit Build Version: 2023.2.0.49367
103+
- Intel oneAPI Base Toolkit Build Version: 2024.0.0.49556
104+
- Intel oneAPI HPC Toolkit Build Version: 2024.0.0.49582
105+
- Intel oneAPI Rendering Toolkit Build Version: 2024.0.0.49646
106+
- Intel AI Tools 2024.0.0.48873
105107

106108
11th Gen Intel(R) Core(TM) i7-11700
107109
Intel(R) UHD Graphics 750 3.0, (gen12, RocketLake)
108-
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.6.0.22_223734]
109-
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.26241]
110+
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.10.0.17_160000]
111+
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.26918]
110112
oneAPI package version:
111-
- Intel oneAPI Base Toolkit Build Version: 2023.2.0.49397
112-
- Intel oneAPI HPC Toolkit Build Version: 2023.2.0.49440
113-
- Intel oneAPI Rendering Toolkit Build Version: 2023.2.0.49367
113+
- Intel oneAPI Base Toolkit Build Version: 2024.0.0.49556
114+
- Intel oneAPI HPC Toolkit Build Version: 2024.0.0.49582
115+
- Intel oneAPI Rendering Toolkit Build Version: 2024.0.0.49646
116+
- Intel AI Tools 2024.0.0.48873
114117

115118
### Windows 11
116119
12th Gen Intel(R) Core(TM) i9-12900
117120
Intel(R) UHD Graphics 770 3.0 ; (gen12, AlderLake-S GT1 [8086:4680])
118-
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.6.0.28_042959]
119-
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.26561]
121+
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.10.0.17_160000]
122+
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.27359]
120123
oneAPI package version:
121-
- Intel oneAPI Base Toolkit Build Version: 2023.2.0.49396
122-
- Intel oneAPI HPC Toolkit Build Version: 2023.2.0.49441
123-
- Intel oneAPI Rendering Toolkit Build Version: 2023.2.0.49368
124+
- Intel oneAPI Base Toolkit Build Version: 2024.0.0.49557
125+
- Intel oneAPI Base Toolkit Build Version (32 Bit): 2024.0.0.49182
126+
- Intel oneAPI HPC Toolkit Build Version: 2024.0.0.49577
127+
- Intel oneAPI Rendering Toolkit Build Version: 2024.0.0.49649
124128

125129
11th Gen Intel(R) Core(TM) i7-11700
126130
Intel(R) UHD Graphics 750 3.0, (gen12, RocketLake)
127-
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.6.0.28_042959]
128-
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.26370]
131+
Opencl driver: Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2023.16.10.0.17_160000]
132+
Level Zero driver: Intel(R) Level-Zero, Intel(R) UHD Graphics 750 1.3 [1.3.27359]
129133
oneAPI package version:
130-
- Intel oneAPI Base Toolkit Build Version: 2023.2.0.49396
131-
- Intel oneAPI HPC Toolkit Build Version: 2023.2.0.49441
132-
- Intel oneAPI Rendering Toolkit Build Version: 2023.2.0.49368
134+
- Intel oneAPI Base Toolkit Build Version: 2024.0.0.49557
135+
- Intel oneAPI Base Toolkit Build Version (32 Bit): 2024.0.0.49182
136+
- Intel oneAPI HPC Toolkit Build Version: 2024.0.0.49577
137+
- Intel oneAPI Rendering Toolkit Build Version: 2024.0.0.49649
133138

134139
### macOS
135-
Intel(R) Core(TM) i5-8500B CPU @ 3.00GHz
136-
- Intel oneAPI Base Toolkit Build Version: 2023.2.0.49370
137-
- Intel oneAPI HPC Toolkit Build Version: 2023.2.0.49443
138-
- Intel oneAPI Rendering Toolkit Build Version: 2023.2.0.49398
140+
Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz
141+
- Intel oneAPI Rendering Toolkit Build Version: 2024.0.0.49648
139142

140143
## Known Issues and Limitations
141144

0 commit comments

Comments
 (0)