onnxruntime
onnxruntime copied to clipboard
SQNBitGemm - move workspace size calculation functions to hardware-specific implementations
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.