-
## š Usability Bug
**Observation:** `xmp.spawn(_mp_fn, nprocs=1)` causes my gpt2 implementation to crash with the following error. With a >1 for `nprocs`, the failure goes away.
I understand thā¦
-
### š Describe the bug
this simple code:
```python
import torch
def fn(x):
a = torch.cos(x)
b = torch.sin(a)
return b
new_fn = torch.compile(fn, backend="inductor")
input_tensor ā¦
-
### Problem
In `main`, 4 figures and .json/.csv are generated below:
```python
fig1 = nmf.component_plot(df_components, args1.xrd, args1.x_units, args1.show)
fig2 = nmf.component_ratiā¦
-
Hello,
I am having some trouble coercing a heterogenous collection using coax.
If you have a look at the example below, the `ip` collection has three different types of values. I want to convert tā¦
-
This is a tracking issue for making and stabilizing `type_name` as `const fn`. It is not clear whether this is sound. Needs some T-lang discussion probably, too.
Steps needed:
* [x] Implementatiā¦
-
Recently Scam sniffer released [a dune dashboard](https://dune.com/scamsniffer/address-poisoning-attack) with some address poisoning attacks. Attaching [the thread here](https://x.com/realScamSniffer/ā¦
-
output of `rustc +enzyme --version --verbose`:
rustc 1.84.0-nightly (1203575c6 2024-10-30)
binary: rustc
commit-hash: 1203575c627a2e96bc3543145526b5091a58be65
commit-date: 2024-10-30
host: x86_64-unkā¦
-
In this opportunity the smart contract of [the attacker](https://etherscan.io/address/0x50275e0b7261559ce1644014d4b78d4aa63be836) was labeled as safe.
Here the [alert](https://app.forta.network/aleā¦
-
create fn which return max of two no
-
create fn which return min of two no