-
Tested on Python 3.11
For the sake of your sanity, use [Busybox for Windows](https://frippery.org/files/busybox/busybox64u.exe) so that you have a normal, native shell environment instead of `Power…
-
Modules which wish to install custom recursive peephole optimizers will wrap their hook function around `PL_rpeepp`.
As it would be rude to apply optimizations globally, any polite optimizing modul…
-
Hi,
I have
Python 3.6
Ubuntu 18.04
torch installed via pip in version 1.2.0
CUDA 10.0
Driver Version: 418.56
CUDNN v7.6.4
gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
With the command…
-
**Question**
Hello,
I tried to apply ncem on DBiT-seq data. I followed the [tutorial](https://github.com/theislab/ncem_benchmarks/blob/main/notebooks/data_preparation/deconvolution/cell2locati…
-
Hi! I'm not entirely sure this is totally related to IPEX, but I'm trying to optimize my code, but I see in the trace I made that (almost) every call is preceded with aten::copy_:
![image](https://us…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.16.1
### Custom code
Yes
### OS platform and distribution
Windo…
-
### 🐛 Describe the bug
`foreach` is much slower than for-loop in ROCm.
Tested on an MI250x:
```bash
$ python benchmark_optimizers.py
eager: 789.9033987810321us
foreach: 1289.8528449295554u…
-
Hi Mr Geron,
I love your book, and have been trying to run the code examples side by side.
I am facing issue in running it on my own Windows system.
In chapter 10 noteboook, int eh section on build…
-
### What should we add?
I would like to discuss improving the way bounds are handled and settle/implement such an improvment:
For variational algorithms, like `VQE`, that use an optimizer, while…
ElePT updated
9 months ago
-
@rxwei @dan-zheng I wasn't sure where to put this, but I believe an issue here is a good place to collect our thoughts and comments. My initial thoughts are:
### Pointwise Multiplicative
I have …