-
Similar to xeus-cling, it could be cool to make a Jupyter kernel using xeus! https://github.com/QuantStack/xeus-cling/
There is a tutorial for a toy kernel at https://github.com/QuantStack/xeus-cal…
wolfv updated
5 years ago
-
## Reproduce
The reproduce is simple, with file structure:
```
toy/
toy/BUILD
toy/MODULE.bazel
toy/WORKSPACE
toy/toy.cpp
```
where
1. toy.cpp contains the [example code](https://llvm…
-
In ALT Linux we have package rebuilds and occasionally it reports build errors for toybox. (It builds with `make -j8`).
I think this is related to `generated/help.h` generated incorrectly. I manually…
-
When using `chakra_trace_link` on AMD Instinct MI210 GPUs, a bunch of warnings crop up when linking the Kineto and ET JSON files:
```
[2024-07-11 19:37:52,768] trace_linker.py:721 [WARNING]: Missi…
-
macro.rs:
```rust
extern crate proc_macro;
use proc_macro::TokenStream;
#[proc_macro_attribute]
pub fn your_macro(_attr: TokenStream, item: TokenStream) -> TokenStream {
// Macro implementation
…
-
The kernel split in orchestration is very high, leading to a kernel fragmentation that is very damaging to CPU (and not great on GPU).
We need to understand _deeply_ why and plan for resolving this i…
-
Hi, I'm trying to run the quickstart toy example. I ran the `sh make_debug.sh` and it generated some json files but when I try to run the `python train.py` command, I get this error
`RuntimeError:`…
-
New computer.
I installed Fedora 39.
Kernels: 6.5.6 from installation medium - 6.5.11 in updates
The only kernel-headers available are 6.5.4 and the module installer doesn't work.
Making matters…
-
This is a follow up to https://github.com/dazuma/toys/issues/245. While the stringio issue seems to be resolved, something recursive seems to still be happening with the toys minitest integration load…
-
This toy model can be a prototype for offloading to GPU. This is easily achievable in MATLAB since every kernel operation is vectorized. It would take me more effort to achieve this in Julia, but defi…