Ethan
Ethan
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
I'm getting a warning here, should it be a concern?
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_zol.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_zol.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic run mojo
warning: (x86_64) /home/ethan/mojo_stuff/playmagic/.magic/envs/default/lib/libstdc++.so.6 unsupported DW_FORM value: 0x1e
Welcome to Mojo! 🔥

Expressions are delimited by a blank line.
Type `:quit` to exit the REPL and `:mojo help` for further assistance.
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_zol.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_zol.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic run mojo
warning: (x86_64) /home/ethan/mojo_stuff/playmagic/.magic/envs/default/lib/libstdc++.so.6 unsupported DW_FORM value: 0x1e
Welcome to Mojo! 🔥

Expressions are delimited by a blank line.
Type `:quit` to exit the REPL and `:mojo help` for further assistance.
96 replies
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
😂
96 replies
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
Okay I was in nested shell:
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_dTu.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_dTu.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_5aW.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_5aW.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ exit
logout
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ exit
logout
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_dTu.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_dTu.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_5aW.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_5aW.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ exit
logout
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ exit
logout
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$
96 replies
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
Didn't work for me 😦
96 replies
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_9mK.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_9mK.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ exit
logout
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ magic shell
. "/tmp/pixi_env_9mK.sh"
ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ . "/tmp/pixi_env_9mK.sh"
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$ exit
logout
(playmagic) ethan@ethan-MS-7E07:~/mojo_stuff/playmagic$
96 replies
MModular
Created by Jack Clayton on 7/26/2024 in #community-showcase
Magic CLI alpha community feedback and questions
Dumb question: how do I exit from magic shell?
96 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
Thank you!
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
Thanks for the reminder 😂! Yeah it's definitely a side project that I can take some pride in.
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
No description
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
NumPy's default behavior is to utilize all available threads, which is quite sensible. When using the MKL backend, leveraging all cores is recommended as MKL optimally utilizes them. On my machine, MKL can achieve over 930 GFLOP/s. Disabling e-cores results in performance close to OpenBLAS.
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
All great suggestions, thank you!
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
@Darin Simmons How about this one?
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
No description
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
I noticed that too. The image shown by plt.show() looks great, but for some reason, the saved image is quite different. I'll try adding markers and changing the format.
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
I don't have enough motivation to benchmark certain shapes. I spent about two weeks on matmul.mojo and probably won't have more free time to put into it.
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
The revenge of numpy.
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
No description
28 replies
MModular
Created by Ethan on 7/25/2024 in #community-showcase
Matmul.mojo
You're right. Great insight! I will push a commit reflecting that.
28 replies
MModular
Created by Ethan on 6/19/2024 in #community-showcase
Random123: Splittable pseudorandom number generators
I was under the impression that all counter-based PRNGs can be splittable.
17 replies