chin-jey

Results 6 comments of chin-jey

There's this project implementing other quantum classification and regression methods : https://github.com/mspronesti/qlearnkit

Why not ? It seems it does to me.

I found this [repo](https://github.com/mspronesti/llm.sycl) which contains the porting of the kernels under `dev/cuda` to sycl.

[Here](https://github.com/mspronesti/qlearnkit) you can find a quantum knn (looks a different implementation)

The kernels under `dev/sycl` don't compile for me on Intel devcloud, e.g. ```sh icpx -fsycl attention_forward.dp.cpp -o attn_fwd -qmkl=parallel ``` which yields ``` In file included from attention_forward.dp.cpp:57: ./common.h:60:7: error:...

Hi @abhilash1910, I wanted to be able to run the version under `dev` though. However, I found this [other repo](https://github.com/mspronesti/llm.sycl) which ported most of the kernels so I'm using that...