-
## Issue will be closed if:
> 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
> 2) You propose an algorithm that is …
-
JavaScript reql is one of the ugliest versions of reql, but luckily there's a [transpiler](https://en.wikipedia.org/wiki/Source-to-source_compiler) for making this kind of thing look nicer: Babel. It'…
-
The saturation of an ideal in `F(t)[x,y]` for `F = QQ(a)` a simple number field could be faster.
The following computation terminates in Magma in
Total time: 85.219 seconds, Total memory usage: 64…
-
### Triton python code
```mlir
def triton_(in_out_ptr0, in_ptr0, in_ptr1, in_ptr2, in_ptr3, in_ptr4, in_ptr5, out_ptr2, xnumel, rnumel):
xnumel = 16384
XBLOCK: tl.constexpr = 1
rnumel …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR52402](https://bugs.llvm.org/show_bug.cgi?id=52402) |
| Status | CONFIRMED |
| Importance | P enha…
-
Hi Marco,
Thank you for your great work on PHYSICAL-QUANTITIES! I've been using this for some experiments in electronics CAD and it's been wonderful being able to preserve units and uncertainties f…
-
More of a discussion than an issue. I was talking with @FiloSottile at HACS about the possibility of generating code for curve25519's scalar field using fiat-crypto. My first answer was "I think it us…
-
Right now there are some branches in the modular arithmetic; these give us ~2x speedup I think, but IIUC in general it's bad to have variable running times in crypto libraries. Probably should just ki…
benwr updated
2 years ago
-
Currently, ScratchABlock uses adhoc expression simplification implementation, which is partly imperative code, partly semi-declarative poor man's inference engine, and is far from complete in coverage…
-
I was wondering if lazy reductions are possible to speed up the EC operations.
This is as far as I can tell relevant for affine, Jacobian and projective formulas, where intermediate terms are comp…