-
I wrote a opencl code , such as:
#pragma OPENCL EXTENSION cl_amd_printf : enable
__kernel void test_ker(__global int* out, int num) {
int tid = get_global_id(0);
int tnum = get_glob…
-
Currently the grain lsp only reruns when you modify the file this is nice but if you are fixing an issue in another file and come back that error is still there until you change it, it would be nice i…
-
Hello, my question is about the video rendering. Why the rotations along the x-axis and y-axis are needed here ?[https://github.com/athn-nik/teach/blob/f4285aff0fd556a5b46518a751fc90825d91e68b/teach/r…
-
error: failed to run custom build command for `gdal-sys v0.9.1`
Caused by:
process didn't exit successfully: `D:\rust_projects\rust_vector\target\debug\build\gdal-sys-859509a06049ee1a\build-scri…
-
Snakemake 7.8 changes its rerun behavior. Before, rerunning jobs relied purely on file modification times.
Now, also provenance information is considered, like parameter changes, code changes, softwa…
-
**Is your feature request related to a problem? Please describe.**
I'm currently using the rerun viewer to visualize time series data. However, I'm facing challenges when trying to visualize the fr…
-
### Summary
When `st.experimental_set_query_params` call is followed by `st.experimental_rerun`, updated query params are visible to streamlit (via `st.experimental_get_query_params`) but browser a…
-
I would like the conductor to handle `HeadMoved` errors without pushing them up to the app developer. Upon receiving a HeadMoved, it should rerun validation on those actions over the new chain top and…
-
### 🐛 Describe the bug
The following code:
```python
import torch
import torch.distributed as dist
if __name__ == '__main__':
dist.init_process_group(backend="nccl")
torch.cuda.set_de…
-
![image](https://github.com/air-verse/air/assets/22304079/12e34c86-22b2-42f8-941a-493912edf03b)
After awhile, and not very long, air will just hang and I can't ctrl+c the process
My .toml file
…