You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking for the source code of the function cadam_8bit_blockwise_grad_bf16, which is used in the .so library here, but unfortunately I cannot find the code in the files in the csrc folder or by using the search function in GitHub.
I observed that the bitsandbytes library comes with pre-compiled .so files and the function cadam_8bit_blockwise_grad_bf16 can be found in the file libbitsandbytes_cuda124.so when I run nm libbitsandbytes_cuda124.so.
In the file pythonInterface.cpp I found the macro that dynamically creates these functions (see here), but I still cannot find the code from this exact line linked here.
Can you please help me understand what is the function that's actually called in C when the function lib.cadam_8bit_blockwise_grad_bf16 is called in python?
Thank you,
ionut
The text was updated successfully, but these errors were encountered:
Hi,
I have been looking for the source code of the function
cadam_8bit_blockwise_grad_bf16
, which is used in the.so
library here, but unfortunately I cannot find the code in the files in thecsrc
folder or by using the search function in GitHub.I observed that the
bitsandbytes
library comes with pre-compiled.so
files and the functioncadam_8bit_blockwise_grad_bf16
can be found in the filelibbitsandbytes_cuda124.so
when I runnm libbitsandbytes_cuda124.so
.In the file
pythonInterface.cpp
I found the macro that dynamically creates these functions (see here), but I still cannot find the code from this exact line linked here.Can you please help me understand what is the function that's actually called in C when the function
lib.cadam_8bit_blockwise_grad_bf16
is called in python?Thank you,
ionut
The text was updated successfully, but these errors were encountered: