-
Subscribe to this issue and stay notified about new [weekly trending repos in C++](https://github.com/trending/c++?since=weekly)!
-
Had an idea to do some fun 3D stuff on VisionOS but got this crash.
I don't know if this happens on a real device since I don't have it.
-
そもそも何が問題?
書き出してみよう
-
What about an iOS version? I have an iPad Pro M4, and it should be very fast on it!
-
**Describe the bug**
Sort operation crashed on my iPhone when the array is too large (over 5M elements). Here is the error:
```
-[MTLDebugComputeCommandEncoder _validateThreadsPerThreadgroup:]:…
-
Hello, I am trying to run the LLMEval into iPhone 16 Pro simulator and the Xcode version is 16.0. But I am getting crash at the launch of the application. I have attached the crash screenshot here. Ca…
-
``` File "/home/tiger/.local/lib/python3.9/site-packages/transformers/trainer.py", line 3138, in training_step
loss = self.compute_loss(model, inputs)
File "/home/tiger/.local/lib/python3.9/s…
-
MWE:
```julia-repl
julia> a = Metal.randn(10000, 10000);
julia> b = Metal.randn(10000, 10000);
julia> c = a * b';
julia> for i in 1:10
C = Metal.zeros(Float32, size(a))
…
-
I'am working on cholesky_inv from mlx-swift. it needs mlx v0.17.0. so I tried to update the submodules in cmlx. it started fine and update-mlx then successfully build the project. Then when I tried to…
-
When trying to run in simulator
I get a `Thread 1: signal SIGABRT` at `_LIBCPP_ASSERT_NON_NULL(__s != nullptr, "basic_string(const char*) detected nullptr");`