- 23 Apr, 2025 1 commit
-
-
Zimin Li authored
issue/194: fix meta mem size allocation and change cpu DeviceImpl::create to return INFINI_STATUS_NOT_IMPLEMENTED
-
- 15 Apr, 2025 2 commits
-
-
Zimin Li authored
issue/127: change meta within ElementwiseInfo to std::vector<size_t> for correct alignment and change the reference name of the Opaque struct to Opaque instead of struct Opaque
-
Zimin Li authored
issue/127: Add arguments to CREATE_ELEMENTWISE_PLATFORM_DESCRIPTOR macros for indirecting variable names, change DeviceImpl to use Result for the return type of the create function, change CEIL_DIV
-
- 14 Apr, 2025 5 commits
-
-
Zimin Li authored
issue/127: Refactor ElementwiseInfo, refactor elementwise to use workspace for storing meta, fix misc. issues
-
Zimin Li authored
enable_if, remove std::move() in elementwise_cpu.h, add <array> inclusion
-
Zimin Li authored
issue/127: refactor ElementwiseInfo to use utils::Result, change elementwise calcualte and calculateImpl to return infiniStatus_t, add CHECK_CUDA to cuda function calls
-
Zimin Li authored
issue/127: refactor elementwise framework, complete CUDA implementation, refactor swiglu using the generic elementwise framework
-
Zimin Li authored
-