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 @@ -289,11 +289,6 @@ QUANTIZED_KERNELS_SRCS = [
289289 "kernels/quantized/cpu/op_quantize.cpp" ,
290290]
291291
292- PROGRAM_SCHEMA_SRCS = [
293- "schema/program.fbs" ,
294- "schema/scalar_type.fbs" ,
295- ]
296-
297292OPTIMIZED_CPUBLAS_SRCS = [
298293 "kernels/optimized/blas/BlasKernel.cpp" ,
299294 "kernels/optimized/blas/CPUBlas.cpp" ,
Original file line number Diff line number Diff line change @@ -386,7 +386,6 @@ function(executorch_load_build_variables)
386386 KERNELS_UTIL_ALL_DEPS_SRCS
387387 OPTIMIZED_KERNELS_SRCS
388388 QUANTIZED_KERNELS_SRCS
389- PROGRAM_SCHEMA_SRCS
390389 OPTIMIZED_CPUBLAS_SRCS
391390 OPTIMIZED_NATIVE_CPU_OPS_SRCS
392391 TEST_BACKEND_COMPILER_LIB_SRCS
@@ -419,7 +418,6 @@ function(executorch_load_build_variables)
419418 _kernels_util_all_deps__srcs
420419 _optimized_kernels__srcs
421420 _quantized_kernels__srcs
422- _program_schema__srcs
423421 _optimized_cpublas__srcs
424422 _optimized_native_cpu_ops__srcs
425423 _test_backend_compiler_lib__srcs
You can’t perform that action at this time.
0 commit comments