Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,664 contributions in the last year
Contribution activity
August 2020
- itamarst/staged-recipes Python
Created a pull request in modin-project/modin that received 11 comments
FIX-#1497: Don't sort in concat() when sort=False
What do these changes do?
commit message follows format outlined here
passes flake8 modin
passes black --check modin
signed commit with git c…
+40
−2
•
11
comments
- Port encodingutil to Python 3, part 1
- Port configutil and connection_status to Python 3
- Port allmydata.codec, .interfaces and .monitor to Python 3
- Port happinessutil python 3
- Port happiness_upload to Python 3
- Get rid of leaky newints
- Port allmydata.util.log to Python 3
- Port allmydata.crypto to Python 3
Created an issue in pythonspeed/filprofiler that received 1 comment
Investigate GPU memory profiling
For CUDA it's possible we can track allocations by intercepting cudaMalloc() and friends. This would need to be tracked and reported separately tha…
1
comment
- Fil tracks full-resolution allocation size when adding allocations, but low-resolution with freeing allocations
- Switch away from having same data structure for current and peak memory usage
- Sampling mode for memory leak detection
- Possible to attach to running process in Linux via BPF or related technologies?
- Support posix_memalign