Skip to content

Instantly share code, notes, and snippets.

View Wheest's full-sized avatar
💭
🍐

Perry Gibson Wheest

💭
🍐
View GitHub Profile
FAREWELL to the Highlands, farewell to the North,
The birth-place of Valour, the country of Worth;
Wherever I wander, wherever I rove,
The hills of the Highlands for ever I love.
Chorus.My hearts in the Highlands, my heart is not here,
My hearts in the Highlands, a-chasing the deer;
Chasing the wild-deer, and following the roe,
My hearts in the Highlands, wherever I go.
@Wheest
Wheest / .gitignore
Created April 11, 2019 18:49
gitignore template
# Backup files
*~
*#
*.#
# Dev tools
GPATH
GRTAGS
GSYMS
GTAGS
@Wheest
Wheest / tvm_onnx_model_error.ipynb
Created April 23, 2019 11:23
tvm onnx import error, using PyTorch models.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Wheest
Wheest / 00-grouped_relay.ipynb
Last active April 25, 2019 13:53
example for tvm pull request
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am wheest on github.
  • I am pezza (https://keybase.io/pezza) on keybase.
  • I have a public key ASDPXJo4DEpEiRoJErGaNxMkJL7KCYCRjk56-pUOc0R8Kwo

To claim this, I am signing this object:

# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# sometimes, on my travels I find myself in an unfamilar land.
# maybe inside a whale like Jonah.
# or in a small corner of the howling halls of the giants in the sky
# so when this happens, I say a little incantation
# and a wee bit of home comes to me
# If not running interactively, don't do anything
setw -g mode-keys emacs # Use emacs keybindings in copy mode
setw -g status-keys emacs
set -g mouse on
# COPY & PASTE
# Copy tmux buffer to X clipboard
# bind -Tcopy-mode M-w send-keys -X copy-pipe "xclip -i -sel p -f | xclip -i -sel c " . bind-key -n C-y run-shell "xclip -o | tmux load-buffer - ; tmux paste-buffer"
# run -b runs a shell command in background
@Wheest
Wheest / unwind.patch
Created August 8, 2019 09:55
gcc-4.5 patch
--- gcc/config/i386/linux-unwind_old.h 2019-08-08 11:02:37.812459833 +0200
+++ gcc/config/i386/linux-unwind.h 2019-08-08 11:36:20.876351869 +0200
@@ -135,7 +135,7 @@
int sig;
struct siginfo *pinfo;
void *puc;
- struct siginfo info;
+ siginfo_t info;
struct ucontext uc;
} *rt_ = context->cfa;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.