-
I built this on Arch Linux kernel 6.4.11. I used the fix of kernel functions change and it seemed to build fine but then I get this:
insmod: ERROR: could not insert module sound/pci/hdsp/hdspe/snd-…
-
would it be possible to register operations such as na2d using `torch.library.custom_op`,
or otherwise ensure that they participate in operation dispatch?
torch's built in flop counter, FlopCoun…
-
For [suspending/resuming a process on Windows](https://ios.developreference.com/article/24558050/How+to+suspend+resume+a+process+in+Windows%3F) I would like to have various `Windows` Debug* functions …
-
A very simple snippet lands on an infinite loop in some environment it seems:
```rust
let left: u64 = 1;
let right: u64 = 1;
let mut myhash = HashMap::new();
myhash.insert(left, right)…
-
From what I understand, uniform and non-uniform parameters are distinguished in the kernel but not in MetaCoq because it does not matter for typing. However, it matters for meta-programming so:
1. qu…
-
The result of a relational join or semi-join can have the same size as the cartesian product of the two inputs, in the worst case. Thus, it is an upper bound for the result size. Very often, the actua…
-
According to this documentation the binary labels are part of the equation of SVCLoss, https://qiskit-community.github.io/qiskit-machine-learning/stubs/qiskit_machine_learning.utils.loss_functions.S…
-
A long standing issue is that the kernel will happily try to reduce functions defined by well-founded recursion (#2171), and then this often fails with `(kernel) deep recursion detected`.
This lead…
-
Are you planning to support Cupy functions in Cupy kernels? Currently, I need to write NumPy/Cupy functions by myself if I want to use them in kernels.
-
As suggested by @wsmoses [1] I am adding here the code for executing my kernels where compilation takes a long time. there are two kernels - first takes around 15 minutes, second 54 minutes (earlier …