There was an error fetching the commit references. Please try again later.
Bugfix in JIT cacheing
- cache relied on uniqueness of python id() - id may be reused if object is freed -> object must be held alive -> kernel keeps all it arguments it was ever called with, alive (problematic in terms of memory consumption)
Please register or sign in to comment