-
We’d like to start safely shutting down devices i.e. perform an OS shutdown before cutting power. To do this, we’ll need to evolve the methodology currently in use by the broadcast functionality for d…
-
It would be nice if constant propagation worked through broadcasting.
```julia
using BenchmarkTools
get2(x) = getindex(x,2)
foo1(x) = sum(get2.(x))
foo2(x) = sum(getindex.(x,2))
x = fill((1,2.…
-
![image](https://github.com/19reborn/NeuS2/assets/125524043/76e1d468-2efd-4a56-bc8e-77aef7f02954)
-
### Description
The following FineCode and BadCode methods seem to produce non-optimal moves (`vmovshdup` and `vunpckhps`). I'm not sure whether this is preferrable to just emitting `vpermilp…
-
## Description
It seems like broadcast stops on network change without throwing an error or close callback.
## Steps to reproduce
Steps to reproduce the behavior:
1. Setup
```
const port = 33…
-
### 🐛 Describe the bug
When using `torch.distributed._state_dict_utils._broadcast_tensors`, it is possible for tensors which need to be broadcasted to live on the CPU (such as with a CPU offloaded …
-
There is currently no "broadcast" operator or event type in Portals. Having a broadcast operator would enable sending a message to all instances of a task. This can be used to set some state on all in…
-
The linear broadcast kernel introduced in https://github.com/JuliaGPU/Metal.jl/pull/304 causes a shader validation error on M1-M3. `metallib` attached, can be reproduced using the following loader:
…
-
**What is your question?**
Trying to understand the behavior of Gemm with a column-broadcasted bias vector epilogue.
When defining a device `GemmUniversalWithBroadcast` with the following config:
…
-
### Share your bug report, feature request, or comment.
OBS now includes WebRTC/WHIP support in version 30:
https://news.ycombinator.com/item?id=36273075
https://github.com/Glimesh/broadcast-box
…