-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is this a new feature or an enhancement?
Enhancement
### Feature Description
Just like in any kernel, we sho…
-
The error is on the lines `{{ inertiaHead(page) }}` and `{{inertia(page) }}` in `templates/app.html.twig`. I see those same functions in the `inertia-bundle` project which appears to be what this pro…
sdwru updated
1 month ago
-
![meme](https://img.memecdn.com/beginners-in-programming-will-know-this_o_5372365.jpg)
https://harshkhandeparkar.github.io/rainbow-board is not working.
But if you clone the repo and `yarn start…
-
I was curious about how the `torch.topk()` function is implemented in the Neuron compiler. After writing a kernel with this call and compiling it to NKI, the resulting code looks something like:
```p…
-
### What happened?
I've been using the following build command for about a year
```
./compile.sh build BOARD=nanopi-r2s BRANCH=current BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=bookworm HOST=…
-
Some functions have default argument for the template parameter defining is_fp32_dest_acc_en. When we generated the define DST_ACCUM_MODE which was meant to be passed to all the functions taking in th…
-
I am wondering if it is possible to log the values of input and output arguments of a kernel function. For example a kernel module Foo.ko has a few functions. Can we trace these functions by logging t…
-
Currently, most of our kernel API's don't yet call RaiseIrql + LowerIrql.
Also, the way these two functions are currently implemented, doesn't prevent thread switching as would happen in the real ker…
-
Hi thanks for the library! I have a naive thought: We know deep learning forward/backward cannot be parallelized, because you have to compute one operation/layer before computing the next one. But wha…
-
What is the difference between qgemm_kernel_generated and qgemm_kernel_raw_generated? I see that the code contains two categories of functions