-
I think we could make starting the QVM and quilc more convenient by allowing Python to spin up the subprocesses itself in just 1 command within Python. It could also check if they're already running b…
-
Hi all!
I started working with OpenSCAD but some things have seemed challenging for me to do programmatically and wanted to build some features if it would be considered for master branch. If I bui…
samyk updated
11 months ago
-
- Completion of tiling and halo exchanges
- Adaptation for GPUs (following on work by Simon Mueller and STFC – Andy Porter).
- Incorporate some optimisations in GOSI configurations: for CPUs + RK3 …
-
Would it make sense to have an "unlimited" precision floating point library?
It could be build on top of bignum primitives. I think that would be quite a unique feature.
To pull it off, there would …
-
#### Description of the problem
Pierre Castéran and I have recently tried to fix many Stdlib arithmetic deprecation warnings in Coq 8.18 to avoid projects breaking in 8.19 due to #18164. Howeve…
-
1. What are the instructions being proposed?
Non-quasi, guaranteed-fused FMA:
- f32x4.fma
- f32x4.fms
- f64x2.fma
- f64x2.fms
This proposal is to add these *in addition* to…
-
### Describe the project you are working on
Make the engine faster.
### Describe the problem or limitation you are having in your project
In modern CPUs, most of the compute resources are found in …
-
Currently, DecomposeSoftmax is under Codegen/. Here's a link to it, specifically to a helpful comment explaining what it rewrites softmax to:
https://github.com/iree-org/iree/blob/1316c92341ec5aa320f…
-
Experimenting with the python API, raises some question about what we want the API to be.
Chaining operations while maintaining smath precision (SP for lazy exact, mp, interval...) proved difficult t…
vmora updated
8 years ago
-
### What is PyTorch?
An machine learning framework in Python.
```python
import torch
```
Two main features:
● N-dimensional Tensor computation (like NumPy) on GPUs
● Automatic different…