Skip to content

Commit 980621d

Browse files
authored
comfy-aimdo 0.2.10 (Comfy-Org#12890)
Comfy Aimdo 0.2.10 fixes the aimdo allocator hook for legacy cudaMalloc consumers. Some consumers of cudaMalloc assume implicit synchronization built in closed source logic inside cuda. This is preserved by passing through to cuda as-is and accouting after the fact as opposed to integrating these hooks with Aimdos VMA based allocator.
1 parent 9642e44 commit 980621d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SQLAlchemy
2323
filelock
2424
av>=14.2.0
2525
comfy-kitchen>=0.2.7
26-
comfy-aimdo>=0.2.9
26+
comfy-aimdo>=0.2.10
2727
requests
2828
simpleeval>=1.0.0
2929
blake3

0 commit comments

Comments
 (0)