Add no cpu and no gpu implementations where needed

This commit is contained in:
Angelos Katharopoulos
2025-07-03 17:03:35 -07:00
parent ed1a81210d
commit aaf44d915f
3 changed files with 3 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ NO_GPU_MULTI(LUF)
NO_GPU_MULTI(QRF)
NO_GPU(QuantizedMatmul)
NO_GPU(Scan)
NO_GPU(SegmentedMM)
NO_GPU_MULTI(SVD)
NO_GPU(Inverse)
NO_GPU(Cholesky)

View File

@@ -105,6 +105,7 @@ NO_CPU(Scan)
NO_CPU(Scatter)
NO_CPU(ScatterAxis)
NO_CPU(Select)
NO_CPU(SegmentedMM)
NO_CPU(Sigmoid)
NO_CPU(Sign)
NO_CPU(Sin)

View File

@@ -121,6 +121,7 @@ NO_GPU(Scan)
NO_GPU(Scatter)
NO_GPU(ScatterAxis)
NO_GPU(Select)
NO_GPU(SegmentedMM)
NO_GPU(Sigmoid)
NO_GPU(Sign)
NO_GPU(Sin)