mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(compiler): genDynamicRankCall.py use renamed tensorDataFromMemRef
This commit is contained in:
committed by
Quentin Bourgerie
parent
b77865cdd6
commit
b6cec58549
@@ -22,7 +22,7 @@ namespace serverlib {
|
||||
TensorData
|
||||
multi_arity_call_dynamic_rank(void* (*func)(void *...), std::vector<void *> args, size_t rank) {
|
||||
using concretelang::clientlib::MemRefDescriptor;
|
||||
constexpr auto convert = &TensorData_from_MemRef;
|
||||
constexpr auto convert = concretelang::clientlib::tensorDataFromMemRef;
|
||||
switch (rank) {""")
|
||||
|
||||
for tensor_rank in range(0, 33):
|
||||
|
||||
Reference in New Issue
Block a user