-
SQLFlow is a compiler that compiles the SQL statements into an Argo workflow YAML. However, the feature derivation stage must be done during runtime instead of during compiling Argo YAML. Think about …
-
```
Execution should not block on compiling a function with LLVM or
reoptimizing it with new data. We should send these work units to separate
worker threads, allowing the main threads to carry on uni…
-
```py
class Test(eqx.Module, Generic[Float]):
test: eqx.nn.Linear
def __init__(self, *, key: jax.Array, dtype: type[Float], in_features: int, out_features: int):
self.test = eqx.…
-
Hi,
I am really happy to see some multiple dispatching mechanism brought to JAX, thanks for that!
I ran a highly toy use case to compare some timings between using quaxified functions and class …
-
```
Execution should not block on compiling a function with LLVM or
reoptimizing it with new data. We should send these work units to separate
worker threads, allowing the main threads to carry on uni…
-
Affected version: 15.0.4,17.0.6,18.1.3
Machine type: AArch64
Here is the part of the IR code:
define dso_local noalias nonnull ptr @getExecution() local_unnamed_addr #0 {
entry:
%call = tail …
-
Cuda_Version : 10.1
Installed : conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.1 -c pytorch
Error :
python tools/dist_train.py --cfg experiments/coco/…
-
```
Execution should not block on compiling a function with LLVM or
reoptimizing it with new data. We should send these work units to separate
worker threads, allowing the main threads to carry on uni…
-
Would it be possible to use [https://github.com/bjorn3/rustc_codegen_cranelift](https://github.com/bjorn3/rustc_codegen_cranelift) to do speed up the REPL by doing JIT compilation?
-
Java -version output
--------------------
```bash
openjdk version "1.8.0_402-internal"
OpenJDK Runtime Environment (build 1.8.0_402-internal-user_2024_01_31_16_41-b00)
Eclipse OpenJ9 VM (build …
Qeryu updated
5 months ago