Skip to content

Will we be able to write interesting parallel programs in Mojo? #1147

Locked Answered by lattner
raphlinus asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, ok. We haven't announced Mojo's support for GPUs yet, but we're working on it and very excited about the results we see so far :-). Our approach for all devices is generally two-level: 1) both expose low-level access and control over the hardware in whatever "native way" the device programming model is, and 2) provide higher level abstractions built in Mojo libraries over 1 that are more accessible than the low-level access.

For comparison, Triton-lang is an example of a simpler programming model that is popular in some camps, but it eliminates low level access to hardware and exposes a subset of the capabilities of a GPU. This is very useful, but we don't believe in taking away low l…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by raphlinus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants