-
## System details:
#### Positron and OS details:
```
Positron Version: 2024.10.0 (Universal) build 13
Code - OSS Version: 1.93.0
Commit: 34b5c57cf211bcaf1bc48f75a8cd8d0b4378e5f5
Date: 2024-10-03T1…
-
### Description
Setting variables on a running Linux kernel (`6.5.7`) that is being debugged with `kgdb`, `pwndbg` and QEMU doesn't work, even if it does on common gdb.
### Steps to reproduc…
-
Steps to reproduce:
Just update.
Was able to roll it back with Timeshift in compatibility mode, rebooted and updated again, same thing happens.
-
### Describe the bug
if `linuxManualConfig` is used, it's impossible to set features and default ones are broken
### Steps To Reproduce
Steps to reproduce the behavior:
1. use `linuxManualConfig…
-
I saved the sequential model in Python and I am using it in Java but keep getting this error,
2024-11-18 10:08:07.698839: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is …
-
In kernel.c, there's `kernel_ge()`, while in kernel_xfrm.c there's `xfrm_direction_supported`.
-
**Is your feature request related to a problem? Please describe.**
When coding in .sasnb notebooks in SAS Viya Workbench, it can happen that a cell takes too long to execute and it can't be stopped w…
-
### 🐛 Describe the bug
I attempted to train LLaVA (base LLM = LLaMA 3) using the Liger kernel. The loss graph was similar to when I trained LLaVA without the Liger kernel. However, the model traine…
-
We currently have limited-to-no support for using `complex` numbers in a GPU kernel.
I tried a number of simple cases with complex numbers to get an idea of where our support is at. All tests are d…
-
For platform compatible, we didn't use device max work group size to launch kernel, and switch to query specific max work group size for kernel by SYCL API. following is our code example
```
auto …