triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
12.97k stars 1.58k forks source link

"Under development: AMD GPUs, CPUs" #1665

Open PangXitong opened 1 year ago

PangXitong commented 1 year ago

I saw "Under development: AMD GPUs, CPUs" in the bottom of the README.md I wander to know that where can it's develop finished ,and will have MacOS supporting with inter chips? I'm a Chinese teenager student.Looking forward to your reply, thank you

Jokeren commented 1 year ago

Chinese teenager student

Interesting, a high school student? Or middle school?

I wander to know that where can it's develop finished ,and will have MacOS supporting with inter chips?

AMD support is in the preliminary stage. Intel GPU support is not integrated yet.

MacOS supporting with inter chips?

That refers to the CPU support, which won't happen shortly, but you can offload triton to pytorch using the interpreter mode. https://github.com/openai/triton/commit/858a2f0a5ed42784bedcaa4bcec98efec420db45

PangXitong commented 1 year ago

I am a high school student,but that is not important.

My Mac is the CPU of an Intel chip and the GPU of an AMD chip.

I am trying to deploy the Chinese large language model MOSS developed by Fudan University on my Mac. OpenLMLab/MOSS&Blog

Chinese teenager student

Interesting, a high school student? Or middle school?

I wander to know that where can it's develop finished ,and will have MacOS supporting with inter chips?

AMD support is in the preliminary stage. Intel GPU support is not integrated yet.

MacOS supporting with inter chips?

That refers to the CPU support, which won't happen shortly, but you can offload triton to pytorch using the interpreter mode. https://github.com/openai/triton/commit/858a2f0a5ed42784bedcaa4bcec98efec420db45

Jokeren commented 1 year ago

I am trying to deploy the Chinese large language model MOSS developed by Fudan University on my Mac. OpenLMLab/MOSS&Blog

I see. You should ask them for help then.