-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Insights: modular/modular
Overview
-
- 0 Merged pull requests
- 7 Open pull requests
- 15 Closed issues
- 5 New issues
Could not load contribution data
Please try again later
7 Pull requests opened by 6 people
-
[stdlib] Move `nan`, `inf`, `max`, `min` from fputils to `DType`
#5067 opened
Jul 22, 2025 -
[kernels][layout] Update copy_dram_to_sram_async() for 2D/3D threadblocks
#5068 opened
Jul 23, 2025 -
[stdlib] add gpu support for nvidia gtx 1050
#5075 opened
Jul 23, 2025 -
[docs] Fix formatting in example instantiation of MyPair struct
#5081 opened
Jul 23, 2025 -
[stdlib] Migrate OS/Arch methods to `CompilationTarget`
#5083 opened
Jul 24, 2025 -
[stdlib] Finalise first pass of `_cpython.mojo` refactor
#5084 opened
Jul 24, 2025 -
[docs] Update section 'Dev Container'
#5087 opened
Jul 25, 2025
15 Issues closed by 7 people
-
[BUG] False positive "unused assignment" warning for parameterised struct instance
#4730 closed
Jul 24, 2025 -
[Feature Request] Add Conjugation to complete the set operations on BitSet
#4982 closed
Jul 24, 2025 -
[BUG] Legalization error for `kgen.func` with heavy parameter usage
#4961 closed
Jul 23, 2025 -
[Docs] Outdated content of variadic arguments
#4905 closed
Jul 23, 2025 -
[BUG] Cannot use default arguments when generics are involved
#4996 closed
Jul 23, 2025 -
[BUG] Conditional Conformance Fails when using a Trait Alias as Parameters two Times
#5016 closed
Jul 23, 2025 -
[BUG] Misuse of parametric alias defined in `struct` not rejected during typechecking
#4464 closed
Jul 23, 2025 -
[BUG] On AMD MI300A, enqueue_fill() only sets the first element of the host buffer of DType.float64
#5066 closed
Jul 23, 2025 -
[Docs] Double @@ in traits documentation
#5070 closed
Jul 23, 2025 -
[BUG] Compiler crash when using nested `Variant` type
#4874 closed
Jul 22, 2025 -
[Docs] block on Python event queue
#3625 closed
Jul 22, 2025 -
[Docs] Value lifecycle
#1721 closed
Jul 22, 2025 -
[BUG] BitSet segfaults at unexpected times
#4977 closed
Jul 22, 2025
5 Issues opened by 5 people
-
[Feature Request] [mojo] [stdlib] BitSet set_all()
#5086 opened
Jul 25, 2025 -
[BUG]: `logprobs` field is always `null` when using `stream: true` in chat completions
#5085 opened
Jul 25, 2025 -
[Feature Request] Support `Qwen/Qwen3-14B-FP8`
#5079 opened
Jul 23, 2025 -
[BUG] Positional Function Parameter on Methods doesn't work when having a infer only value
#5076 opened
Jul 23, 2025 -
[BUG] mojo flash atten kernel is very slower than pytorch eager
#5069 opened
Jul 23, 2025
28 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[stdlib] Add RTX 3090 Info details
#4627 commented on
Jul 25, 2025 • 1 new comment -
[mojo][docs] Fixed a typo under "Types" section
#5055 commented on
Jul 25, 2025 • 0 new comments -
[stdlib] Use a warning on `Set.__copyinit__()`
#5033 commented on
Jul 23, 2025 • 0 new comments -
[stdlib] Add toggle_all to BitSet, including testing
#5029 commented on
Jul 24, 2025 • 0 new comments -
[stdlib] Add `log2_floor` for `SIMD` and optimize
#5001 commented on
Jul 23, 2025 • 0 new comments -
[stdlib][Proposal] Arguments can be parameters too without duplicating the function signature
#4997 commented on
Jul 22, 2025 • 0 new comments -
[mojo] [examples] [docs] update mojo life example
#4972 commented on
Jul 23, 2025 • 0 new comments -
[stdlib] [MAX] Change all uses of `raise "str"` or `raise String()` to use `Error`
#4949 commented on
Jul 24, 2025 • 0 new comments -
[docs] Update layouts.mdx - add sentence for clarity
#4808 commented on
Jul 25, 2025 • 0 new comments -
[stdlib] Make `String.split()` return `List[StringSlice]`
#4016 commented on
Jul 24, 2025 • 0 new comments -
[stdlib] Add split overloads
#4015 commented on
Jul 22, 2025 • 0 new comments -
[proposal] Abstracting over `async` (the `yields` effect)
#3986 commented on
Jul 23, 2025 • 0 new comments -
[BUG] Crash when printing `DeviceBuffer`
#4708 commented on
Jul 25, 2025 • 0 new comments -
[Feature Request] f-strings in mojo
#5010 commented on
Jul 24, 2025 • 0 new comments -
[BUG] FileHandle.seek takes negative values in the docs despite being of type uint64
#4473 commented on
Jul 24, 2025 • 0 new comments -
[BUG] cosh does not work on NVIDIA L40S
#4937 commented on
Jul 24, 2025 • 0 new comments -
[BUG] Mojo makes CPU core go 100% and system hang on ubuntu 24.04
#5063 commented on
Jul 24, 2025 • 0 new comments -
[Feature Request] Create a `DivModable` trait
#2598 commented on
Jul 24, 2025 • 0 new comments -
[BUG] Larger Performance Diff in UInt32 vs UInt64 in some cases.
#4927 commented on
Jul 24, 2025 • 0 new comments -
[BUG] Running `uv add modular` installs 6.4GB of python packages
#5054 commented on
Jul 24, 2025 • 0 new comments -
[Feature Request] add a scalar `__getitem__` for `LayoutTensor`
#4847 commented on
Jul 23, 2025 • 0 new comments -
[BUG] Two consecutive calls to `compile_info` on functions annotated with `@export @no_inline` fail
#4618 commented on
Jul 23, 2025 • 0 new comments -
[BUG] assert in StructEmitter::synthesizeFieldwiseInit
#5047 commented on
Jul 23, 2025 • 0 new comments -
[Feature Request] Make construction from `UInt` to `Int` explicit
#4621 commented on
Jul 22, 2025 • 0 new comments -
[BUG] Mojo test fails with segfault if struct with parameter is present
#5050 commented on
Jul 22, 2025 • 0 new comments -
[Docs] Clarify "read" argument convention
#3624 commented on
Jul 22, 2025 • 0 new comments -
[BUG] `~/.modular` directory is in the wrong place on Linux
#5051 commented on
Jul 22, 2025 • 0 new comments -
[BUG] BitSet does not compile at very large sizes.
#5065 commented on
Jul 22, 2025 • 0 new comments