Integrate WithAlloc.jl#51
Conversation
|
My only concern right now is this block @inline function _bumper_alloc(allocinfo::Tuple{<: Type, Vararg{Int, N}}) where {N}
Bumper.alloc!(Bumper.default_buffer(), allocinfo...)
endI haven't given any thought yet how to allow the use of general buffers, since I never used this myself. |
|
Hi @cortner, I think this got buried in my notifications and I missed it, sorry about that. Yeah, that I think what's needed here would be for the Lines 37 to 42 in 397883e Basically, |
|
thanks for the explanation. I'll try and get back to this over the next few days, but it might take longer. |
|
Apologies for the delay, I will try to get back to it, but it takes some time for me to understand the internals well enough to rewrite this correctly. |
This integrates
WithAlloc.jlas discussed in #40 .