mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Allow dynamic ops per buffer based on dispatches and memory (#1864)
* Allow dynamic ops per buffer based on dispatches and memory * add initial arch values
This commit is contained in:
@@ -109,7 +109,7 @@ std::tuple<bool, int64_t, array> check_transpose(
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define GEMM_TPARAM_MACRO(devc) \
|
||||
if (devc == 'g') { /* Small device */ \
|
||||
if (devc == 'g' || devc == 'p') { /* Small device */ \
|
||||
if (!transpose_a && transpose_b) { /* nt */ \
|
||||
bm = 64; \
|
||||
bn = 32; \
|
||||
|
||||
Reference in New Issue
Block a user