[PATCH] D132378: [LLVM][TableGen] Add jupyter kernel for llvm-tblgen

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 07:46:23 PDT 2022


jpienaar added a comment.

In D132378#3748229 <https://reviews.llvm.org/D132378#3748229>, @DavidSpickett wrote:

>> Nice, I've found a variant where one just uses Python magic to do most of the same.
>
> Another notebook do you mean? Can you post a link to it?

Sorry for delay, waa OOO. I'll need to clean it up (well sanitize). I hit a restriction where i couldn't use a custom runtime and then made it as a quick workaround. I'll try and do that shortly (will try today but depends on amount of email I have to sift through :-)). But don't take that as a blocker from me here. (You could always use cell magic to refer to previous cells and so combine this kernel with that).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132378/new/

https://reviews.llvm.org/D132378



More information about the llvm-commits mailing list