zhoujing
zhoujing
MModular
Created by zhoujing on 4/11/2024 in #questions
pointer to pointer

float** ptrs[] = {
&acts->encoded,

float** ptrs[] = {
&acts->encoded,
acts->encoded is a float* pointer, how to achive this in mojo? I have tried a lot of ways😭
25 replies
MModular
Created by zhoujing on 3/28/2024 in #questions
Can Mojo source code be compiled to generate mlir code later?
Hello, I use mojo to compile mojo code to be X86 executable, and use objdump tool to get asm code, and I wonder if we can get MLIR code later?
1 replies