-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GPU matmul refactoring and optimization (#53)
* FMatmul refactoring * HAVE_CUBLAS is returned * fix: Uses gpu_alloc.h methods to allocate VRAM. fix: Instead of copying the data, it frees the result buffer and overwrites the pointer with the deviceResult address. fix: gpu_alloc leak typo. --------- Co-authored-by: Henrique Borba <[email protected]>
- Loading branch information
1 parent
cb8e7ec
commit 11dbea0
Showing
2 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters