游雁
2023-06-06 7aef7ebbc11492d601bf6919ecc0d02818dd0cdd
funasr/runtime/onnxruntime/src/alignedmem.h
@@ -2,9 +2,9 @@
#ifndef ALIGNEDMEM_H
#define ALIGNEDMEM_H
namespace funasr {
extern void *AlignedMalloc(size_t alignment, size_t required_bytes);
extern void AlignedFree(void *p);
} // namespace funasr
#endif