-
Meta
- New York
Block or Report
Block or report colesbury
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pytorch/pytorch
pytorch/pytorch PublicTensors and Dynamic neural networks in Python with strong GPU acceleration
-
facebookarchive/fb.resnet.torch
facebookarchive/fb.resnet.torch Public archiveTorch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
-
pytorch/examples
pytorch/examples PublicA set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
-
pytorch/vision
pytorch/vision PublicDatasets, Transforms and Models specific to Computer Vision
-
facebookarchive/ztorch
facebookarchive/ztorch Public archiveComplex number support for Torch
466 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Contribution activity
January 2024
Created 9 commits in 1 repository
Created a pull request in python/cpython that received 21 comments
gh-113688: Split up gcmodule.c
This splits part of Modules/gcmodule.c of into Python/gc.c, which now contains the core garbage collection implementation. The Python module remain…
Opened 10 other pull requests in 1 repository
python/cpython
3
open
7
merged
-
gh-101438: Avoid reference cycle in ElementTree.iterparse.
This contribution was made on Jan 18
-
gh-112529: Implement GC for free-threaded builds
This contribution was made on Jan 18
-
gh-112529: Use GC heaps for GC allocations in free-threaded builds
This contribution was made on Jan 16
-
gh-112532: Improve mimalloc page visiting
This contribution was made on Jan 16
-
gh-112532: Fix memory block count for free-threaded build
This contribution was made on Jan 12
-
gh-113753: Clear finalized bit when allocating PyAsyncGenASend from free-list
This contribution was made on Jan 5
-
gh-113750: Fix object resurrection in free-threaded builds
This contribution was made on Jan 5
-
gh-112529: Track if debug allocator is used as underlying allocator
This contribution was made on Jan 5
-
gh-112532: Tag mimalloc heaps and pages
This contribution was made on Jan 5
-
gh-112532: Isolate abandoned segments by interpreter
This contribution was made on Jan 4
Reviewed 24 pull requests in 2 repositories
python/cpython
22 pull requests
-
gh-113884: Make queue.SimpleQueue thread-safe in --disable-gil builds
This contribution was made on Jan 19
-
gh-111968: Use per-thread freelists for dict in free-threading
This contribution was made on Jan 19
-
gh-111968: Fix --without-freelists build
This contribution was made on Jan 18
-
gh-112529: Use GC heaps for GC allocations in free-threaded builds
This contribution was made on Jan 18
-
gh-112087: Remove duplicated critical_section
This contribution was made on Jan 18
-
gh-113884: Refactor
queue.SimpleQueueto use a ring buffer to store itemsThis contribution was made on Jan 18 -
gh-111968: Use per-thread freelists for generator in free-threading
This contribution was made on Jan 18
-
gh-112532: Improve mimalloc page visiting
This contribution was made on Jan 17
-
gh-113743: Make the MRO cache thread-safe in free-threaded builds
This contribution was made on Jan 17
-
gh-112529: Track if debug allocator is used as underlying allocator
This contribution was made on Jan 16
-
gh-111968: Use per-thread freelists for PyContext in free-threading
This contribution was made on Jan 16
-
gh-112087: Update list impl to be thread-safe with manual CS
This contribution was made on Jan 15
-
gh-111968: Use per-thread slice_cache in free-threading
This contribution was made on Jan 15
-
gh-111968: Explicit handling for finalized freelist
This contribution was made on Jan 11
-
gh-111968: Use per-thread freelists for tuple in free-threading
This contribution was made on Jan 11
-
gh-113753: Clear finalized bit when allocating PyAsyncGenASend from free-list
This contribution was made on Jan 10
-
gh-111968: Use per-thread freelists for float in free-threading
This contribution was made on Jan 10
-
gh-112069: Make sets thread-safe with the GIL disabled
This contribution was made on Jan 9
-
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API
This contribution was made on Jan 9
-
gh-112087: Update list.{pop,clear,reverse,remove} to use CS
This contribution was made on Jan 8
-
gh-85984: Add POSIX pseudo-terminal functions.
This contribution was made on Jan 3
-
gh-111926: Set up basic sementics of weakref API for freethreading
This contribution was made on Jan 3
pytorch/pytorch
2 pull requests
-
Fix https://github.com/pytorch/pytorch/issues/117215
This contribution was made on Jan 19
-
Improve example for
torch.mode()This contribution was made on Jan 18
Created an issue in python/cpython that received 10 comments
Split up Modules/gcmodule.c
Feature or enhancement The free-threaded builds require substantial changes to the garbage collection implementation, but we don't want to make tho…
Opened 6 other issues in 2 repositories
python/cpython
3
open
2
closed
-
Add
PyList_GetItemRef, a variant ofPyList_GetItemthat returns a strong referenceThis contribution was made on Jan 19 -
Reduce critical section boilerplate in type slot implementations
This contribution was made on Jan 18
-
PyAsyncGenASendobjects allocated from freelists may not have their finalizers calledThis contribution was made on Jan 5 -
Fix Python object resurrection on free-threaded builds
This contribution was made on Jan 5
-
Make the MRO cache thread-safe in free-threaded builds
This contribution was made on Jan 5
capi-workgroup/decisions
1
open
-
Add
PyList_GetItemRef()(a variant ofPyList_GetItemthat returns a strong reference)This contribution was made on Jan 19