You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**.
38
38
39
39
Alternatively, you can download a zip file containing a specific tagged version of the repository.
40
40
@@ -50,7 +50,7 @@ The best oneAPI sample to start with depends on what you are trying to learn or
50
50
| If you want to learn about... | Start with...
51
51
|:--- |:---
52
52
| 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)
54
54
| 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)
55
55
| 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
56
56
@@ -87,55 +87,58 @@ Samples in this release are validated on the following platforms.
87
87
### Ubuntu 22.04
88
88
Intel(R) Xeon(R) Platinum 8352Y CPU @ 2.20GHz
89
89
Intel(R) OpenCL Graphics, Intel(R) Data Center GPU Max 1550 3.0, (pvc)
0 commit comments