Overview
The model takes ARM 64-bit assembly language blocks as input and provides a discrete probabilistic distribution for the execution time of the given block. The distribution can be used to sample mean execution time of the assembly code.
Highlights
- Use the model to optimize your code based on the generated assembly, leveraging learned performance patterns
- Predicts a probability distribution of execution time (in nanoseconds) for each block on the ARM Cortex-A53 core
- Extracts key timing metrics: Mean, Standard Deviation (STD), Max, and Median to understand performance variability at the ASM level
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 | $10.00 |
ml.g5.xlarge Inference (Real-Time) Recommended | Model inference on the ml.g5.xlarge instance type, real-time mode | $10.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 release for Amazon Sagemaker
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.