-
### What would you like to Propose?
The “Ubiquitous Search Algorithm” would typically refer to a straightforward search method where we converge the search space till 'l' and 'r' points single elemen…
-
- To ensure refactorings don't break performance
- To help look for optimizations and prove objectively that new optimizations actually improve performance
- Etc.
-
:red_circle: **Title** : Sorting Techniques in DSA
:red_circle: **Aim** : Implement and explain various sorting algorithms in the DSA section.
:red_circle: **Brief Explanation** : This section focus…
-
Run an experiment to evaluate the performance of a simulated annealing gradient descent (SA-GD) approach compared to traditional gradient descent (GD). The purpose of this experiment is to understand …
-
### 🐛 Describe the bug
I've noticed a significant performance slowdown in torch 2.0 when enabling determinism.
Here is a simple example using the diffusers library:
```python
def set_determini…
-
A fundamental limitation of our auto diff tool JAX is it is [unable to handle dynamic size arrays](https://github.com/jax-ml/jax/discussions/18790) or jagged tensor operations. Both of these operation…
-
-
I'd like to track progress being made to improve the performance of the Algorithm backtrack.
I've created a new class that implements generics + structs to remove logging statements at compile/JIT …
-
-
We aim to implement a system that leverages distillation and quantization to create a "child" neural network by combining parameters from two "parent" neural networks. The child network should inherit…