-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link for SYCL runtime #581
base: master
Are you sure you want to change the base?
Conversation
The kernels under icpx -fsycl attention_forward.dp.cpp -o attn_fwd -qmkl=parallel which yields
Are they meant to be compiled differently? |
Hi @chin-jey , please use the updated llmc/ kernels ( the dev ones are older verions and not updated yet) |
Hi @abhilash1910, I wanted to be able to run the version under |
The dev folder contains older kernels, which will be supported eventually. Currently it supports the prime kernels required for end to end runs and benchmarks - train gpt2 /32 which includes headers under llmc. This includes cudnn kernels as well. |
From #572
cc @karpathy thanks