MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammingLanguages/comments/1vrvx8f/mojo_is_now_open_source/p4ifkql/?context=3
r/ProgrammingLanguages • u/yorickpeterse Inko • 14d ago
63 comments sorted by
View all comments
Show parent comments
2
I reckon if they were going to open-source it they would have done it at the same time, or at least mentioned it. But hopefully I'm wrong.
2 u/TheAgaveFairy 14d ago I'm at the conference right now, this is what I'm picking up. Just wasn't quite ready for a 1.0 1 u/benreynwar 14d ago Oh sweet. That's great news! I think my measure of whether it is properly open-source will be if I can go from mojo to PTX IR without having to pass through any pre-compiled modular binaries using only open-source tools. 3 u/TheAgaveFairy 14d ago edited 14d ago Pop in the discord and ask! I have a project that precompiles my kernels to PTX, super easy to emit. var kernel = DeviceContext().compile_function[my_kernel, dump_asm=True]()
I'm at the conference right now, this is what I'm picking up. Just wasn't quite ready for a 1.0
1 u/benreynwar 14d ago Oh sweet. That's great news! I think my measure of whether it is properly open-source will be if I can go from mojo to PTX IR without having to pass through any pre-compiled modular binaries using only open-source tools. 3 u/TheAgaveFairy 14d ago edited 14d ago Pop in the discord and ask! I have a project that precompiles my kernels to PTX, super easy to emit. var kernel = DeviceContext().compile_function[my_kernel, dump_asm=True]()
1
Oh sweet. That's great news! I think my measure of whether it is properly open-source will be if I can go from mojo to PTX IR without having to pass through any pre-compiled modular binaries using only open-source tools.
3 u/TheAgaveFairy 14d ago edited 14d ago Pop in the discord and ask! I have a project that precompiles my kernels to PTX, super easy to emit. var kernel = DeviceContext().compile_function[my_kernel, dump_asm=True]()
3
Pop in the discord and ask! I have a project that precompiles my kernels to PTX, super easy to emit.
var kernel = DeviceContext().compile_function[my_kernel, dump_asm=True]()
2
u/benreynwar 14d ago
I reckon if they were going to open-source it they would have done it at the same time, or at least mentioned it. But hopefully I'm wrong.