Skip to content

Commit a551f17

Browse files
author
Scott Straughan
committed
Added some more links to make it easier to follow the llama blogs.
1 parent 8010196 commit a551f17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_collections/_updates/2024-07-31-porting-ai-codes-from-cuda-to-sycl-and-oneapi-one-llama-at-a-time-part-one.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ process all files.
145145

146146
Now, we have successfully converted our llama.cpp project from CUDA to SYCL. In part two, we will build and run this on
147147
NVIDIA and Intel GPUs.
148+
149+
[Click here to view part two.](/updates/2024/08/13/part-two-porting-ai-codes-from-cuda-to-sycl-and-oneapi-one-llama-at-a-time)

_collections/_updates/2024-08-13-part-two-porting-ai-codes-from-cuda-to-sycl-and-oneapi-one-llama-at-a-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111

1212
## Prelude
1313

14-
[In our first part](https://codeplay.com/portal/blogs/2024/07/31/porting-ai-codes-from-cuda-to-sycl-and-oneapi-one-llama-at-a-time-part-one)
14+
[In our first part](/updates/2024/07/31/porting-ai-codes-from-cuda-to-sycl-and-oneapi-one-llama-at-a-time-part-one)
1515
we looked at the conversion from CUDA to SYCL via the whole project migration tool, SYCLomatic. Now we are going to take
1616
this portable code, and run it across an NVIDIA and Intel GPU.
1717

0 commit comments

Comments
 (0)