Overview
The model takes ARMv8 AArch64 assembly blocks as input and predicts execution time and standard deviation for each block on the Cortex-A53 core.
Highlights
- Predicts mean execution time (in nanoseconds) on the ARM Cortex-A53 core
- Estimates standard deviation to capture timing variability
- Supports timing-aware code optimization and performance tuning
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/host/hour |
|---|---|---|
ml.g5.xlarge Inference (Batch) Recommended | Model inference on the ml.g5.xlarge instance type, batch mode | $5.00 |
ml.g5.xlarge Inference (Real-Time) Recommended | Model inference on the ml.g5.xlarge instance type, real-time mode | $5.00 |
Vendor refund policy
no refunds
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Amazon SageMaker model
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Version release notes
Initial ML model release for Amazon SageMaker through AWS Marketplace
Additional details
Inputs
- Summary
The input has to be a csv file, with one column named 'r.asm'. Each row can be assembly code based on the ARMv8 aarch64 architecture. The code snippet below shows how to load the data in Python using the pandas package.
data = pandas.read_csv('../data/arm_dataset.csv')
More detailed example is available in the Jupyter notebooks.
- Limitations for input type
- The csv file should have less than 2000 rows, for optimal performance. It is recommended that the length of one sample of assembly code is not longer than 500 instructions.
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.