REVIEW 3 major objections 7 minor 36 references
CONQuER shifts mixed-precision quantisation into the compiler and finds hardware-specific policies up to 12.19x faster inference, with top-1 accuracy within 1.44% of the unquantised baseline.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 01:11 UTC pith:AQCPN3EV
load-bearing objection The TOSA-level integration is a genuine step forward, but the claimed 1,440-inference HIL budget contradicts the 512-image-per-candidate protocol, and the headline numbers are uninterpretable until that is resolved. the 3 major comments →
CONQuER: Hardware-Aware Mixed-Precision Quantisation with Online-Calibrated Surrogates
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper claims that mixed-precision quantisation is best done inside the compiler's middle-end, at the MLIR TOSA level, rather than as an external preprocessing step. It introduces CONQuER, which generates candidate quantised graphs natively in the IR, uses a dual-surrogate pre-screening engine — a roofline-based hardware cost model plus an information-theoretic accuracy proxy based on the Shannon entropy of activation-covariance eigenvalues — to discard weak configurations cheaply, and then compiles and executes only the most promising candidates on the target hardware via IREE. An online logarithmic calibrator continuously realigns the surrogates with measured hardware behaviour during a
What carries the argument
Dual-surrogate pre-screening engine: a lightweight two-part filter combining a roofline model of node latency (compute vs memory bounds plus dispatch overhead) with an information-theoretic accuracy fragility metric (normalised Shannon entropy of activation-covariance eigenvalues, weighted by 2^{-b} quantisation noise). It prunes the combinatorial space before any physical compilation; the NSGA-II evolutionary search then evaluates only the strongest candidates on hardware, and an online logarithmic calibrator aligns the surrogates with observed latency and accuracy across generations.
Load-bearing premise
The accuracy surrogate assumes that the Shannon entropy of activation-covariance eigenvalues, weighted by 2^{-b} quantisation noise, is an additive per-layer predictor of final top-1 accuracy, and the paper does not validate this predictor against the reported models.
What would settle it
A direct experiment that uses the accuracy surrogate alone to rank candidate mixed-precision policies, then measures their true top-1 accuracy on a held-out validation set, would settle it: if the surrogate's predicted ordering disagrees with the measured ordering on any of the benchmark models, the pre-screening can silently discard the best configurations.
If this is right
- If CONQuER's claims hold, mixed-precision policies should be tuned per deployment target; the paper reports that transferring a policy across targets misses the native optimum and adds measurable latency penalties in every tested case.
- Compiler-integrated search prevents the silent deployment failures observed when externally quantised models cannot be lowered by the backend.
- A strictly capped hardware evaluation budget (1,440 inferences) is sufficient to find strong Pareto-optimal policies when guided by dual surrogates.
- On compute-proportional hardware, substantial speedups (up to 12.19x) are achievable with accuracy loss below 1.5%; on laptops with FP16 unpacking penalties, the search limits regression but cannot beat FP32.
- Single-objective surrogates skew the Pareto front; the dual-surrogate configuration produces more stable, higher hypervolume convergence.
Where Pith is reading between the lines
- A natural extension is to validate the accuracy surrogate as a standalone, no-training sensitivity score: if its predicted per-layer ordering matches measured accuracy drops, it could be reused outside CONQuER (e.g., in other search loops or as a diagnostic).
- The online calibrator's logarithmic form could be evolved into a learned backend cost model that amortises calibration across many models compiled for the same target.
- For dispatch-bound targets like large GPUs running small models, the paper's own data suggests that an early 'compute-proportionality' check could save search budget by falling back to uniform precision or other optimisations.
- The same compiler-integrated search could be extended to other precision-related compiler decisions, such as operator tiling and vectorisation, turning mixed-precision quantisation into one axis of a broader co-optimisation problem.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents CONQuER, a compiler-integrated mixed-precision quantisation (MPQ) infrastructure. Quantisation is performed natively at the MLIR TOSA level; an NSGA-II evolutionary search generates candidate policies, a dual-surrogate pre-screening engine (a roofline-style hardware model and an entropy/isotropy-based accuracy model) filters candidates, and the most promising candidates are compiled and executed on physical hardware via IREE. An online logarithmic calibrator is used to align the surrogates with measured hardware behaviour. The paper reports speedups over an unquantised MLIR FP32 baseline across a Snapdragon 8 Elite, an Intel i5-1145G7, and an NVIDIA A100, with a headline result of 12.19x faster ResNet-50 inference on the A100 at a 1.44% top-1 accuracy drop. It also reports cross-target transfer penalties, ablations of the surrogate components, and comparisons against SeQTO and InfoQ.
Significance. If the experimental claims hold, the paper makes a useful contribution: moving MPQ search into the compiler IR and coupling it to physical execution is a sensible way to avoid the front-end/framework fragmentation that often makes quantised models unsupported or slow after lowering. The final Pareto points are measured directly on hardware rather than predicted by the surrogate, which limits circularity; the cross-target transfer experiments and the surrogate ablation are valuable evidence. The paper also provides a source-code link and repeats runs with five seeds. However, the reported hardware-in-the-loop budget is internally inconsistent, and the comparison against InfoQ is confounded by different runtime stacks. These issues currently prevent verification of the central claim and require a major revision before the results can be accepted.
major comments (3)
- [§II.C/§III.A] The hardware-in-the-loop accounting is self-contradictory. §II.C states that each HIL-evaluated candidate measures accuracy on a distinct 512-image split, in addition to 3 warm-up and 10 timed latency runs. §III.A then states that the physical evaluation budget for both SeQTO and CONQuER was 'strictly capped at a maximum of 1,440 hardware inferences.' If 'hardware inference' means one image processed by the model, the entire CONQuER run can HIL-evaluate at most floor(1440/512)=2 accuracy candidates, which cannot produce the converged Pareto fronts in Table IV, the generational trajectories in Figure 3, or the reported 12.19x result. If 'hardware inference' instead means one candidate-policy evaluation, the cap is not comparable to SeQTO's per-image profiling and the term is misleading. The paper never reports population size, number of generations, or the number of HIL-evaluated candidat
- [§III.A/Table II] The InfoQ comparison is not apples-to-apples. §III.A says InfoQ's execution latency is evaluated natively using the PyTorch runtime rather than the compiled IREE stack, while CONQuER is compiled and executed via IREE. The large speedup differences in Table II could therefore be due to the runtime/compiler stack rather than to the quantisation allocation method. This confound is especially important for the claim that InfoQ 'universally fails to achieve an absolute speedup.' Please measure InfoQ policies on the same IREE pipeline where they lower successfully, or, if that is impossible, report a same-runtime baseline (e.g., CONQuER-generated policies executed in PyTorch) and separate the effect of the search method from the effect of the deployment stack.
- [§II.B] The accuracy surrogate is an unvalidated additive model. The paper assumes that total accuracy degradation is the sum of per-node entropy-weighted noise terms, where the entropy H of activation-covariance eigenvalues is multiplied by quantisation noise amplitude ≈ 2^{-b}. No evidence is provided that this proxy is predictive of actual top-1 accuracy for the five models evaluated, nor that different layers are independent in their accuracy effects. The ablation in Table IV shows that the dual proxy outperforms unguided search, but it does not test whether the surrogate's ranking agrees with hardware-measured accuracy. Since the search uses the surrogate to discard candidates before HIL evaluation, a mis-calibrated proxy could eliminate the best policies. Please report, at minimum, a correlation or rank-agreement analysis between surrogate scores and measured accuracy for a sample of evalu
minor comments (7)
- [Abstract] Typo: 'different of model layers' should be 'different model layers' or 'different combinations of model layers.'
- [§II.C] The online calibrator is described only as y = a ln(x) + b with a sliding window. It is unclear which surrogate output x is the input, which measured quantity y is the target, how often the coefficients are updated, and whether the calibrator is applied to the accuracy surrogate, the latency surrogate, or both. Please specify the algorithm precisely; this is a named contribution but is not currently reproducible from the text.
- [Table I] In the caption and table header, SeQTO is referenced as '[3]' in the column heading but the bibliography gives SeQTO as reference [6]. Please correct the citation.
- [Table II] The InfoQ QAT rows are ambiguous: the column label 'QAT Acc↓' reports positive values such as +0.96%, which the text then describes as accuracy being 'resolved' or higher than the original model. Clarify the sign convention and whether the QAT numbers are measured on the training set or the validation set; as written they appear inconsistent.
- [Table II] In the Intel i5 column, the ResNet-50 CONQuER latency is listed as '69.06' without the 'ms' unit. Please add the unit.
- [Figure 3] The caption says hypervolumes are 'normalised,' but the y-axis values differ substantially across panels (e.g., MobileNetV2 around 0.02-0.045 vs. ResNet-50 around 0.40-0.48). Clarify what normalisation is used or remove the word 'normalised.'
- [§III.A] The hardware target names are inconsistent: 'Intel I5 1145g7' in most places but 'Intel Core i5' in Figure 2 and 'i5' elsewhere. Use a single consistent identifier.
Circularity Check
No significant circularity; the reported Pareto fronts are direct hardware measurements, not outputs of the fitted surrogates.
full rationale
The central claim—that CONQuER discovers hardware-specific mixed-precision policies with up to 12.19x speedup and accuracy within 1.44% of baseline—rests on final evaluations executed on physical hardware. Section II.C states that 'the most promising candidates identified by the surrogate engine are fully compiled and executed on the target hardware via IREE, using a distinct 512-image search split. Accuracy is measured directly from these hardware executions,' and Section III.A states that 'final Pareto-optimal configurations are independently tested on the remaining unseen images from the validation set.' Thus the reported accuracy and latency numbers are direct measurements, not predictions produced by the surrogate or the online calibrator. The dual-surrogate pre-screen and the online logarithmic calibrator (y = a ln(x) + b) are search-guidance mechanisms: the calibrator is fitted to a sliding window of hardware observations, but it does not generate the final reported Pareto front. The entropy × 2^-b accuracy surrogate is a heuristic model used to prune candidates; it is not the source of the final measured results, so there is no fitted-input-called-prediction reduction. The comparison to SeQTO involves a shared co-author (Rajan), but SeQTO is an experimentally executed baseline rather than a load-bearing citation; no uniqueness theorem or ansatz is imported from self-citations. The unclear 1,440-hardware-inference budget and the lack of validation for the accuracy surrogate are validity/reproducibility concerns, not circularity.
Axiom & Free-Parameter Ledger
free parameters (3)
- online calibrator coefficients a,b =
not reported
- NSGA-II hyperparameters =
unspecified
- quantisation noise amplitude scaling for low-dynamic-range formats =
unspecified
axioms (5)
- domain assumption Roofline model with max(compute, memory) + dispatch overhead predicts relative node latency across targets
- domain assumption Feature-space isotropy entropy measures per-layer quantisation fragility
- ad hoc to paper Total accuracy degradation is the sum of per-node entropy-weighted noise terms
- domain assumption 512-image subset accuracy is a sufficient selection signal
- domain assumption IREE execution latency and accuracy are the ground truth for deployment
read the original abstract
Deploying deep neural networks on resource-constrained hardware relies on mixed-precision quantisation (MPQ). current deployment toolchains severely fragment this process. Quantisation typically occurs as a hardware-agnostic preprocessing step in front-end frameworks, disconnected from the downstream compilers that generate the physical machine code. This separation leads to suboptimal configurations where assigned bit-widths map poorly to the target machine's heterogeneous hardware execution blocks such as tensor cores and variable-width vector units, incurring severe runtime execution penalties. Furthermore, evaluating these configurations via exhaustive hardware-in-the-loop (HIL) testing is intractable due to the exponentially large search space. We present CONQuER, a unified compiler-integrated infrastructure for hardware-aware MPQ. CONQuER shifts quantisation into the compiler pipeline at the TOSA level, enabling intelligent configuration handling based on compiler support. To evaluate this combinatorial search space of different of model layers within practical compilation budgets, CONQuER couples an NSGA-II evolutionary algorithm with a dual-surrogate prescreening engine. This engine evaluates theoretical cache memory bounds and feature space isotropy to discard non-viable configurations. CONQuER then executes only the strongest candidate policies on hardware via IREE, feeding the execution metrics into an online calibrator. This calibrator aligns the surrogate models with the true hardware behaviour during an NSGA-II evolutionary search. Evaluation across mobile and laptop CPUs, and server GPUs demonstrates that optimal quantisation policies are hardware-dependent. By coupling quantisation with compiler lowering and physical execution, CONQuER discovers Pareto-optimal configurations up to 12.19x faster inference with top-1 accuracy within 1.44% of the unquantised baseline.
Figures
Reference graph
Works this paper leans on
-
[1]
A survey of quantization methods for efficient neural network infer- ence,
A. Gholami, S. Kim, Z. Dong, Z. Yao, M. W. Mahoney, and K. Keutzer, “A survey of quantization methods for efficient neural network infer- ence,” inLow-power computer vision. Chapman and Hall/CRC, 2022, pp. 291–326
2022
-
[2]
Quantization and training of neural networks for efficient integer-arithmetic-only inference,
B. Jacob, S. Kligys, B. Chen, M. Zhu, M. Tang, A. Howard, H. Adam, and D. Kalenichenko, “Quantization and training of neural networks for efficient integer-arithmetic-only inference,” inProceedings of the IEEE conference on computer vision and pattern recognition, 2018, pp. 2704– 2713
2018
-
[3]
Is nsga-ii ready for large-scale multi-objective optimization?
A. J. Nebro, J. Galeano-Brajones, F. Luna, and C. A. Coello Coello, “Is nsga-ii ready for large-scale multi-objective optimization?”Mathemati- cal and Computational Applications, vol. 27, no. 6, p. 103, 2022
2022
-
[4]
HAQ: Hardware-Aware Automated Quantization With Mixed Precision,
K. Wang, Z. Liu, Y. Lin, J. Lin, and S. Han, “HAQ: Hardware-Aware Automated Quantization With Mixed Precision,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019, pp. 8612–8620
2019
-
[5]
HAWQ-V3: Dyadic Neural Network Quantization,
Z. Yao, Z. Dong, Z. Zheng, A. Gholami, J. Yu, E. Tan, L. Wang, Q. Huang, Y. Wang, M. Mahoney, and K. Keutzer, “HAWQ-V3: Dyadic Neural Network Quantization,” inProceedings of the 38th International Conference on Machine Learning. PMLR, Jul. 2021, pp. 11 875–11 886
2021
-
[6]
A Selective Quantization Tuner for ONNX Models,
N. Louloudakis and A. Rajan, “A Selective Quantization Tuner for ONNX Models,” inProceedings of Proceedings of the 48th International Conference on Software Engineering. Association for Computing Machinery, Dec. 2025
2025
-
[7]
MLIR: A Compiler Infrastructure for the End of Moore’s Law,
C. Lattner, M. Amini, U. Bondhugula, A. Cohen, A. Davis, J. Pienaar, R. Riddle, T. Shpeisman, N. Vasilache, and O. Zinenko, “MLIR: A Compiler Infrastructure for the End of Moore’s Law,” Mar. 2020
2020
-
[8]
TinyIREE: An ML Execution Environment for Embedded Systems From Compilation to Deployment,
H.-I. C. Liu, M. Brehler, M. Ravishankar, N. Vasilache, B. Vanik, and S. Laurenzo, “TinyIREE: An ML Execution Environment for Embedded Systems From Compilation to Deployment,”IEEE Micro, vol. 42, no. 5, pp. 9–16, Sep. 2022
2022
-
[9]
AZ-NAS: Assembling Zero-Cost Proxies for Net- work Architecture Search,
J. Lee and B. Ham, “AZ-NAS: Assembling Zero-Cost Proxies for Net- work Architecture Search,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 5893–5903
2024
-
[10]
Tensor Operator Set Architecture (TOSA) Specifica- tion 1.0.1,
MLPlatform.org, “Tensor Operator Set Architecture (TOSA) Specifica- tion 1.0.1,” https://www.mlplatform.org/tosa/tosa spec 1 0 1.html, 2020, accessed: 2026-06-23
2020
-
[11]
Roofline: an insightful visual performance model for multicore architectures,
S. Williams, A. Waterman, and D. Patterson, “Roofline: an insightful visual performance model for multicore architectures,”Communications of the ACM, vol. 52, no. 4, pp. 65–76, 2009
2009
-
[12]
Extending the roofline model: Bot- tleneck analysis with microarchitectural constraints,
V. C. Cabezas and M. P¨ uschel, “Extending the roofline model: Bot- tleneck analysis with microarchitectural constraints,” in2014 IEEE International Symposium on Workload Characterization (IISWC). IEEE, 2014, pp. 222–231
2014
-
[13]
A fast and elitist multiobjective genetic algorithm: Nsga-ii,
K. Deb, A. Pratap, S. Agarwal, and T. Meyarivan, “A fast and elitist multiobjective genetic algorithm: Nsga-ii,”IEEE transactions on evolu- tionary computation, vol. 6, no. 2, pp. 182–197, 2002
2002
-
[14]
Qualcomm Snapdragon 8 Elite Mobile Platform,
Qualcomm Technologies, Inc., “Qualcomm Snapdragon 8 Elite Mobile Platform,” 2024, accessed: 2026-06-22. [Online]. Available: https://www.qualcomm.com/products/mobile/ snapdragon/smartphones/snapdragon-8-series-mobile-platforms/ snapdragon-8-elite-mobile-platform
2024
-
[15]
InfoQ: Mixed-Precision Quantization via Global Information Flow,
M. E. Akbulut, H. H. Y. Shalby, F. Pittorino, and M. Roveri, “InfoQ: Mixed-Precision Quantization via Global Information Flow,”Proceed- ings of the AAAI Conference on Artificial Intelligence, vol. 40, no. 24, pp. 19 598–19 606, Mar. 2026
2026
-
[16]
[Online]
Intel Corporation,Intel Architecture Instruction Set Extensions Programming Reference, 2026, accessed: 2026-06-22. [Online]. Avail- able: https://software.intel.com/content/www/us/en/develop/download/ intel-architecture-instruction-set-extensions-programming-reference. html
2026
-
[17]
ExecuTorch - a unified PyTorch solution to run AI models on-device,
M. Nachin, D. Desai, S. S. Jia, C. Lai, M. Liu, J. Szwejbka, R. Alvarez, R. Ascani, D. Bort, M. Candaleset al., “ExecuTorch - a unified PyTorch solution to run AI models on-device,”arXiv preprint arXiv:2605.08195,
-
[18]
Single-Step Hardware-Aware Neural Network Quantization With Mixed Precision,
J. Hu, Z. Zhang, Z. Li, Q. Meng, X. Shi, Q. Huang, H. Wang, and S. Chang, “Single-Step Hardware-Aware Neural Network Quantization With Mixed Precision,”IEEE Transactions on Computers, vol. 75, no. 5, pp. 1809–1819, May 2026
2026
-
[19]
Hardware-Aware DNN Compression via Diverse Pruning and Mixed-Precision Quantization,
K. Balaskas, A. Karatzas, C. Sad, K. Siozios, I. Anagnostopoulos, G. Zervakis, and J. Henkel, “Hardware-Aware DNN Compression via Diverse Pruning and Mixed-Precision Quantization,”IEEE Transactions on Emerging Topics in Computing, vol. 12, no. 4, pp. 1079–1092, Oct. 2024
2024
-
[20]
Arithmetic-Intensity-Aware Quantiza- tion,
T. Singh, S. Rajan, and N. Jain, “Arithmetic-Intensity-Aware Quantiza- tion,” https://arxiv.org/abs/2512.14090v2, Dec. 2025
arXiv 2025
-
[21]
Adaptive Quantization with Mixed-Precision Based on Low-Cost Proxy,
J. Chen, Q. Yang, S. Tian, and S. Zhang, “Adaptive Quantization with Mixed-Precision Based on Low-Cost Proxy,” inICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Apr. 2024, pp. 6720–6724
2024
-
[22]
Efficient and Generalizable Mixed-Precision Quantization via Topological Entropy,
N. Li, Y. Su, and L. Ma, “Efficient and Generalizable Mixed-Precision Quantization via Topological Entropy,” inThe Thirty-ninth Annual Conference on Neural Information Processing Systems, Oct. 2025
2025
-
[23]
EvoQ: Mixed Precision Quantization of DNNs via Sensitivity Guided Evolutionary Search,
Y. Yuan, C. Chen, X. Hu, and S. Peng, “EvoQ: Mixed Precision Quantization of DNNs via Sensitivity Guided Evolutionary Search,” in 2020 International Joint Conference on Neural Networks (IJCNN), Jul. 2020, pp. 1–8
2020
-
[24]
Hessian-based mixed-precision quantization with transition aware training for neural networks,
Z. Huang, X. Han, Z. Yu, Y. Zhao, M. Hou, and S. Hu, “Hessian-based mixed-precision quantization with transition aware training for neural networks,”Neural Networks, vol. 182, p. 106910, Feb. 2025
2025
-
[25]
AutoQRA: Joint Optimization of Mixed-Precision Quan- tization and Low-rank Adapters for Efficient LLM Fine-Tuning,
C. Zhou, S. Zhang, Y. Zhou, Q. Qiao, J. Gao, C. Jin, K. Qin, and W. Zhang, “AutoQRA: Joint Optimization of Mixed-Precision Quan- tization and Low-rank Adapters for Efficient LLM Fine-Tuning,” Feb. 2026
2026
-
[26]
Generalizing surrogate- assisted evolutionary computation,
D. Lim, Y. Jin, Y.-S. Ong, and B. Sendhoff, “Generalizing surrogate- assisted evolutionary computation,”IEEE Transactions on Evolutionary Computation, vol. 14, no. 3, pp. 329–355, 2009
2009
-
[27]
Surrogate-assisted evolutionary optimization of large problems,
T. Chugh, C. Sun, H. Wang, and Y. Jin, “Surrogate-assisted evolutionary optimization of large problems,” inHigh-Performance Simulation-Based Optimization. Springer, 2019, pp. 165–187
2019
-
[28]
A classification surrogate-assisted multi-objective evolutionary algorithm for expensive optimization,
J. Li, P. Wang, H. Dong, J. Shen, and C. Chen, “A classification surrogate-assisted multi-objective evolutionary algorithm for expensive optimization,”Knowledge-Based Systems, vol. 242, p. 108416, 2022
2022
-
[29]
Greenmalloc: Allocator optimisation for industrial workloads,
A. Dakhama, W. B. Langdon, H. D. Menendez, and K. Even-Mendoza, “Greenmalloc: Allocator optimisation for industrial workloads,” in Search-Based Software Engineering (SSBSE 2025), Challenge Track, ser. Lecture Notes in Computer Science, C. Hanna, M. Kim, and V. Riccio, Eds. Seoul, South Korea: Springer Nature, 2025, sSBSE 2025 Challenge Case: Green SBSE
2025
-
[30]
{TVM}: An automated{End-to-End} optimizing compiler for deep learning,
T. Chen, T. Moreau, Z. Jiang, L. Zheng, E. Yan, H. Shen, M. Cowan, L. Wang, Y. Hu, L. Cezeet al., “{TVM}: An automated{End-to-End} optimizing compiler for deep learning,” in13th USENIX symposium on operating systems design and implementation (OSDI 18), 2018, pp. 578–594
2018
-
[31]
Learning to optimize tensor programs,
T. Chen, L. Zheng, E. Yan, Z. Jiang, T. Moreau, L. Ceze, C. Guestrin, and A. Krishnamurthy, “Learning to optimize tensor programs,”Ad- vances in Neural Information Processing Systems, vol. 31, 2018
2018
-
[32]
A reinforcement learning environ- ment for automatic code optimization in the mlir compiler,
M. Tirichine, N. Ameur, N. Bendib, I. N. Aouadj, B. Djad, R. Bouloudene, and R. Baghdadi, “A reinforcement learning environ- ment for automatic code optimization in the mlir compiler,”arXiv preprint arXiv:2409.11068, 2024
arXiv 2024
-
[33]
Interoperability in deep learning: A user survey and failure analysis of onnx model converters,
P. Jajal, W. Jiang, A. Tewari, E. Kocinare, J. Woo, A. Sarraf, Y.-H. Lu, G. K. Thiruvathukal, and J. C. Davis, “Interoperability in deep learning: A user survey and failure analysis of onnx model converters,” inProceedings of the 33rd ACM SIGSOFT International Symposium on Software Testing and Analysis, 2024, pp. 1466–1478
2024
-
[34]
Compat- ibility issues in deep learning systems: Problems and opportunities,
J. Wang, G. Xiao, S. Zhang, H. Lei, Y. Liu, and Y. Sui, “Compat- ibility issues in deep learning systems: Problems and opportunities,” inProceedings of the 31st ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering, 2023, pp. 476–488
2023
-
[35]
Neural network interoperability across platforms,
N. Daoudi, I. Alfonso, and J. Cabot, “Neural network interoperability across platforms,”arXiv preprint arXiv:2511.02610, 2025
Pith/arXiv arXiv 2025
-
[2026]
Available: https://github.com/pytorch/executorch
[Online]. Available: https://github.com/pytorch/executorch
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.