File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
shim_et/xplat/executorch/build Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -290,11 +290,6 @@ QUANTIZED_KERNELS_SRCS = [
290
290
"kernels/quantized/cpu/op_quantize.cpp" ,
291
291
]
292
292
293
- PROGRAM_SCHEMA_SRCS = [
294
- "schema/program.fbs" ,
295
- "schema/scalar_type.fbs" ,
296
- ]
297
-
298
293
OPTIMIZED_CPUBLAS_SRCS = [
299
294
"kernels/optimized/blas/BlasKernel.cpp" ,
300
295
"kernels/optimized/blas/CPUBlas.cpp" ,
Original file line number Diff line number Diff line change @@ -386,7 +386,6 @@ function(executorch_load_build_variables)
386
386
KERNELS_UTIL_ALL_DEPS_SRCS
387
387
OPTIMIZED_KERNELS_SRCS
388
388
QUANTIZED_KERNELS_SRCS
389
- PROGRAM_SCHEMA_SRCS
390
389
OPTIMIZED_CPUBLAS_SRCS
391
390
OPTIMIZED_NATIVE_CPU_OPS_SRCS
392
391
TEST_BACKEND_COMPILER_LIB_SRCS
@@ -419,7 +418,6 @@ function(executorch_load_build_variables)
419
418
_kernels_util_all_deps__srcs
420
419
_optimized_kernels__srcs
421
420
_quantized_kernels__srcs
422
- _program_schema__srcs
423
421
_optimized_cpublas__srcs
424
422
_optimized_native_cpu_ops__srcs
425
423
_test_backend_compiler_lib__srcs
You can’t perform that action at this time.
0 commit comments