JIMC
Explore posts from serversMModular
•Created by JIMC on 12/4/2023 in #questions
Trying to do compile time checking with 'const' type arguments.
Issue is created: https://github.com/modularml/mojo/issues/1397
11 replies
MModular
•Created by JIMC on 12/4/2023 in #questions
Trying to do compile time checking with 'const' type arguments.
Error:
11 replies
MModular
•Created by JIMC on 12/4/2023 in #questions
Trying to do compile time checking with 'const' type arguments.
11 replies
MModular
•Created by JIMC on 12/4/2023 in #questions
Trying to do compile time checking with 'const' type arguments.
@Moderator
11 replies
MModular
•Created by JIMC on 12/4/2023 in #questions
Trying to do compile time checking with 'const' type arguments.
Trying to create a
Secret
class in Mojo such that if EC
is greater than MEC
, i.e. expose_secret()
method has been called too many times, then it raises a compile time error. Sadly, I cannot really use Mojo ListLiteral
or Tuple
for this as I am returing a Tuple
with my Secret[T, MEC, EC+1]
type therein but I cannot retrieve it.11 replies
MModular
•Created by JIMC on 9/20/2023 in #questions
Cross-directory Imports
@Jack Clayton do you have any answer for this?
4 replies
MModular
•Created by TeamPuzel on 9/12/2023 in #questions
`llvm.add` is interpreted as `llvm.addrspacecast`
have u read up on MLIR?
102 replies
MModular
•Created by TeamPuzel on 9/12/2023 in #questions
`llvm.add` is interpreted as `llvm.addrspacecast`
no MLIR ops are supposed and can happen at compile time
102 replies
MModular
•Created by TeamPuzel on 9/12/2023 in #questions
`llvm.add` is interpreted as `llvm.addrspacecast`
Error:
102 replies
MModular
•Created by TeamPuzel on 9/12/2023 in #questions
`llvm.add` is interpreted as `llvm.addrspacecast`
i created an issue
102 replies
MModular
•Created by TeamPuzel on 9/12/2023 in #questions
`llvm.add` is interpreted as `llvm.addrspacecast`
102 replies
MModular
•Created by JIMC on 9/11/2023 in #questions
Compile time `U8`
@Chris Lattner Thank you for your reply, I have created an issue here: https://github.com/modularml/mojo/issues/776
21 replies
MModular
•Created by Honour on 9/10/2023 in #questions
unable to pass by value
yeah value semantics has another name: copy semantics
28 replies
MModular
•Created by tac on 9/12/2023 in #questions
__moveinit__ and __del__
Because move init is always favored over copy init
14 replies
MModular
•Created by msthil2 on 9/12/2023 in #questions
Mojo Install Hanging in Codespaces
@msthil2 close the post if resolved
5 replies
MModular
•Created by AndrewZ on 9/12/2023 in #questions
WSL2 - Mojo installation
please close the post if resolved
19 replies
MModular
•Created by TeamPuzel on 9/12/2023 in #questions
`llvm.add` is interpreted as `llvm.addrspacecast`
@TeamPuzel you have any lots of
lit
dialect etc?102 replies
MModular
•Created by JIMC on 9/11/2023 in #questions
Compile time `U8`
i dont unds why this fails
21 replies