Skip to content

Instantly share code, notes, and snippets.

View fehiepsi's full-sized avatar
🏠
Working from home

Du Phan fehiepsi

🏠
Working from home
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fehiepsi
fehiepsi / mvn1.0.ipynb
Created November 29, 2018 18:26
performance at mvn
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fehiepsi
fehiepsi / hmm_pyro_vs_stan.ipynb
Created December 28, 2018 02:15
benchmark pyro nuts
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fehiepsi
fehiepsi / mp_event.ipynb
Last active January 4, 2019 21:52
benchmark between set event and unset
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
backtrace:
#0 0x00001554f97b8c90 in THRefcountedMapAllocator::initializeAlloc() () from /home/fehiepsi/miniconda3/envs/py37/lib/python3.7/site-packages/torch/lib/libcaffe2.so
No symbol table info available.
#1 0x00001554f97ba735 in THRefcountedMapAllocator::THRefcountedMapAllocator(char const*, int, unsigned long) () from /home/fehiepsi/miniconda3/envs/py37/lib/python3.7/site-packages/torch/lib/libcaffe2.so
No symbol table info available.
#2 0x000015553d540dd0 in THManagedMapAllocator::THManagedMapAllocator(char const*, char const*, int, long) () from /home/fehiepsi/miniconda3/envs/py37/lib/python3.7/site-packages/torch/lib/libshm.so
No symbol table info available.
#3 0x000015553d540e50 in THManagedMapAllocator::makeDataPtr(char const*, char const*, int, long) () from /home/fehiepsi/miniconda3/envs/py37/lib/python3.7/site-packages/torch/lib/libshm.so
No symbol table info available.
#4 0x000015553cb09130 in THPFloatStorage_newSharedFilename(_object*, _object*) () from /home/fehiepsi/miniconda3/envs/py37/l
backtrace:
#0 0x00007ffff7bc823a in __waitpid (pid=6012, stat_loc=0x7fffffffcea4, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
resultvar = 18446744073709551104
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x000055555575c0bd in os_waitpid_impl.isra.71 (options=0, pid=6012) at /tmp/build/80754af9/python_1546130271559/work/Modules/posixmodule.c:6941
_save = 0x5555558aa0d0
module = <optimized out>
res = <optimized out>
async_err = 0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{% set name = "pyro-ppl" %}
{% set version = "0.3.1" %}
{% set sha256 = "c776ddc41c218e1d86f4ea177218688d458226ce6987559b818771b943b940c0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/pyro-ppl/pyro/archive/{{ version }}.tar.gz