massimim
massimim
MModular
Created by massimim on 2/6/2024 in #questions
JIT compilation in Mojo
Thank you for the answer.
5 replies
MModular
Created by massimim on 2/6/2024 in #questions
JIT compilation in Mojo
Yeah exactly. I was referring to some capabilities in Python extensions like JAX and Warp, where runtime variables can be annotated as a compile-time expression for a GPU kernel.
5 replies
MModular
Created by tensor_bro on 1/26/2024 in #questions
When to use arguments over parameters
Yeah, Parameters are resolved at compile time, but a lot of other DLS in Python uses JIT compilation to "transform" a runtime variable into something that can be used as a compile-time variable. My question was about JIT compilation capabilities in Mojo. I guess the topic is too far from the original question, so I'll move the discussion to another thread.
11 replies
MModular
Created by tensor_bro on 1/26/2024 in #questions
When to use arguments over parameters
Does Mojo have JIT compilation capabilities to instantiate (i.e. compile) a parameterized function or structure with runtime values?
11 replies