-
If you have a DAG of binary operations, you can traverse it in some topological order and generate proper bitcodes for your GPU kernel. OmniSci does it on parsed SQL queries, and more specifically dif…
-
I downloaded [https://releases.omnisci.com/os/tar/omnisci-os-latest-Linux-x86_64-cuda.tar.gz](url) and decompressed it, and after starting it, I found the following error when i visit the web console …
-
Currently, timestamps are rounded to the second, to enforce internal consistency with create_table (seconds used to be only choice in OmniSci)
Document current seconds-only implementation, figure o…
-
Add support for python 3.8
WIP PR: https://github.com/omnisci/pymapd/pull/317
current blocked by: rapidsai/cudf#5201
-
# App name
dash-mapd-demo
# Description of antipattern
Currently a new db connection is being made in every callback, and sometimes multiple times per callback. We should implement a connection…
-
Moving from https://github.com/omnisci/jupyterlab-omnisci/issues/86
> During our last call @niviksha mentioned that in immerse you can now zoom into a chart with a time scale on the x axis and it w…
-
After moving, CI should also be changed:
```diff
- mamba run -n rbc pytest -sv -r A rbc/tests/ -x -k heavyai
+ mamba run -n rbc pytest -sv -r A rbc/tests/heavyai/ -x
```
tupui updated
2 years ago
-
I've installed omnisci on an old gaming computer, for testing purposes, with:
Intel(R) Xeon(R) CPU W3670 @ 3.20GHz
Geforce GTX 1050
12 GB Ram
256 SDD Disk
The omnisci data folder is located…
-
`dashboard_state` and `image_hash` are intentionally left empty to reduce payload size(especially when returning a list of large amount of dashboards). You can grab the dashboard_id of the interesting…
-
I'm getting security alerts in my apps for cryptiles and hoek, which are pulled in through the omnisci connector. Can you upgrade your dependencies to resolve these issues?
I doubt that this is al…