onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

SQNBitGemm - move workspace size calculation functions to hardware-specific implementations

Open edgchen1 opened this issue 1 year ago • 0 comments

Description

Move workspace size calculation functions to hardware-specific implementations.

Motivation and Context

The workspace usage may be hardware-specific. Moving away from a common workspace size calculation allows more flexibility in the hardware-specific implementations.

edgchen1 avatar May 21 '24 22:05 edgchen1