Skip to content

Commit

Permalink
Update oneapi.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Aug 8, 2023
1 parent d355547 commit acdd39b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion oneapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ Similarly to other GPU support packages in Julia, oneAPI.jl makes it possible to
- by writing your own kernels and launching them using the `@oneapi` macro;
- using the low-level Level Zero wrappers in the `oneL0` submodule.

For more information, refer to the [introductory blog post](/post/2020-11-05-oneapi_0.1/), the [oneAPI status update blog post](/post/2022-04-06-oneapi_update/), and the [oneMKL and ARC support blog post](/post/2023-02-08-oneapi_1.0/).
For more information, refer to the following blog posts:
- [Introductory blog post](/post/2020-11-05-oneapi_0.1/)
- [OneAPI status update blog post](/post/2022-04-06-oneapi_update/)
- [OneMKL and ARC GPU support](/post/2023-02-08-oneapi_1.0/)
- [Profiling oneAPI.jl applications with VTune](/post/2023-07-19-oneapi_profiling/)

0 comments on commit acdd39b

Please sign in to comment.