ASC26 Preliminary
Jan. 13 - March 4, 2026

In the ASC26 Preliminary Round, teams are encouraged to give their very best as they tackle the assigned challenges and submit a comprehensive proposal. Your submission should clearly present your cluster design, source code optimization strategies, and output results, demonstrating both technical rigor and creative problem-solving. All proposals, submitted in English, will be carefully and rigorously reviewed by the ASC26 Evaluation Committee, ensuring a fair, transparent, and thorough assessment of every team's work.

ASC Student Supercomputer Challenge 2026 Preliminary Round Notification

Important Deadline:All participating teams must submit the required materials by 24:00 on March 4, 2026 (UTC/GMT +8:00).

Proposal Submission: Each team is required to submit a proposal that includes a clear and properly structured table of contents. The proposal file must be named using the following format: [University/College Name]_[Contact Person Name] (e.g., ABC_University_John_Doe). The complete proposal must be compiled into one single PDF file and upload the official submission platform.

Additional Materials: All supplementary materials must be compressed into a single file and named using the following convention: [University/College Name]_[Contact Person Name]. The compressed file must contain no fewer than four folders, structured as specified in Appendix A. The compressed file must be uploaded to the designated FTP server. Access details, including the FTP address, will be provided to teams via email at a later date.
· Output files of HPL
· Output files of HPCG
· Required files of Embodied World Model
· Required files of AMSS-NCKU

Submission Confirmation and Support: All required materials must be completed and submitted by the specified deadline and in full compliance with the submission guidelines. Submissions that are incomplete, improperly formatted, or submitted after the deadline will not be evaluated and will receive no score. A confirmation email will be sent shortly after all required materials have been successfully received.

Frequently asked questions summary

Q1: I would like to know whether we have to use the GPUs provided (AMD W7900D) in the preliminary round or we can use our own GPUs?

Answer: The preliminary round notification contains all the information you need. Please review it carefully.

 

Q2: How can I login the testing platform equipped with AMD W7900D GPUs?

Answer: The testing platform is currently being prepared. The login information will be sent to all participants via email at a later time.

 

Q3: For the “Optimization for Numerical Relativity code AMSS-NCKU” Is it permissible to change the "GPU_Calculation" field in the input file from "no" to "yes"? Would results obtained using GPU acceleration be considered valid and accepted for evaluation?

Answer: The allowance for modifying parallelization parameters is intended as a broad permission, enabling teams to optimize runtime performance within the prescribed framework.
The GPU version has not been maintained for a long time and may contain unknown bugs. Therefore, teams opting to use the GPU version do so at their own discretion. Please note that any issues arising from the use of the GPU version will need to be resolved independently by the participating teams.
As noted, if optimization is performed, the new algorithm must be mathematically and physically equivalent to the original one. We encourage all teams to take these factors into careful consideration when configuring their systems and adjusting the code.

 

Q4: For Embodied World Model Optimization. Under the evaluation criteria overview, modifying the `run_world_model_interaction.sh` file and the `configs/inference/world_model_interaction.yaml` file is not permitted. However, the sample workflow provided by the competition runs a single case in a single scene each time. Without changing the weight configurations in the YAML file, it will not run. The original configuration sets each of the five scenes to 0.2. When running a single scene, the corresponding value should be changed to 1.0, with the others commented out. Is this modification permitted?

Answer: We advise against modifying the configuration. During inference, retain the original data_dir path (examples/world_model_interaction_prompts)from the official YAML example, which includes 5 scenarios weighted at 0.2 each. This serves solely for code verification and does not impact model inference. The actual inference scenario is defined in run_world_model_interaction.sh. Individually modifying 20 YAML files for 20 cases may impose substantial operational challenges.

 

Q5: Request for Alternative Download of UnifoLM-WMA-0 Model. We are unable to access the official Hugging Face repository to download the required model checkpoint for the Embodied World Model task. Specifically, we cannot open the link: https://huggingface.co/unitreerobotics/UnifoLM-WMA-0-Dual. Our attempts consistently result in connection errors such as "Could not resolve host" or timeouts.

Answer: Consider trying this:https://hf-mirror.com/unitreerobotics/UnifoLM-WMA-0-Dual

 

Q6: For Embodied World Model Optimization. When running the baseline of WMA on the dataset, for almost cases, the PSNR is below 25, failing to meet the correctness requirement. Is it possible that the baseline itself has some precision issues?

Answer: The PSNR accuracy in the baseline should normally be inf (infinity). We recommend that: Check whether the model was downloaded correctly, Verify if the executed shell script has been modified, Compare whether the generated video and the ground truth (GT) have the same duration, Confirm whether the one-to-one PSNR calculation script was executed properly.

 

Q7: How can I access the login information for the remote login platform?

Answer: The sponsor-provided remote login platform for the preliminary stage, equipped with AMD W7900D GPUs, is now available. The login instructions and user manual have been sent to the registered email address of the supervisor and team leader.

 

Q8: Who provides technical support for the remote login platform?

Answer: If you encounter any issues using the platform, please contact the sponsor via email: zhengwei.lou@newpower-ai.com.

 

Q9: Baseline Test workflow for Embodied World Model Optimization.

Answer: Recently, some teams have not followed the official documentation, producing various weird and unexpected results. We hope participants will carefully read the competition handbook. Here we are also providing a set of execution steps for reference. We have tested unitree_g1_pack_camera/case1 under various test environment settings.

 

Our testing process is provided below for your reference(Whether conda is used or not, the test results are consistently similar):

1、conda create -n unifolm-wma python==3.10.18
   conda activate unifolm-wma
   conda install pinocchio=3.2.0 -c conda-forge -y
   conda install ffmpeg=7.1.1 -c conda-forge
   git clone --recurse-submodules https://github.com/unitreerobotics/unifolm-world-model-action.git
   cd unifolm-world-model-action
   git submodule update --init --recursive
   pip install -e .
   cd external/dlimp
   pip install -e .

2、modify configs/inference/world_model_interaction.yaml
   data_dir: 'examples/world_model_interaction_prompts'

3、sh unitree_g1_pack_camera/case1/run_world_model_interaction.sh
   python psnr_score_for_challenge.py --gt_video
   unitree_g1_pack_camera/case1/unitree_g1_pack_camera_case1.mp4
   --pred_video unitree_g1_pack_camera/case1/output/inference/0_full_fs6.mp4
   --output_file unitree_g1_pack_camera/case1/psnr_result.json

 

Q10: The committee has provided tips about optimization strategy to improve the performance and PSNR score.

Answer: Perhaps you can check the variable ‘torch.backends.cuda.matmul.allow_tf32’, and test both setting.

 

Q11: Updates to contest case evaluation for AMD platform.

Answer: In light of computational non-determinism discrepancies between AMD and NVIDIA platforms leading to low evaluation accuracy, the organizing committee has approved the following protocol for AMD users:
1. Baseline Inference: Run inference using the original deployment code to generate reference results (as Ground Truth).
2. Optimization Phase: Optimize the code, and submit both original and optimized code for verification. The optimized solution must achieve PSNR > 25 against the AMD-generated GT.

 

Q12: How do I access the FTP server for submitting result data during the preliminary contest?

Answer: The FTP server for submitting preliminary contest results is now available.
IP address: 47.243.142.168
Port: 2121
The login instructions and user manual have been sent to the registered email address of the supervisor and team leader.

 

Q13:We have implemented two different approaches for calculating the RMS difference between black hole trajectories, and we would like clarification on which method should be used for the competition evaluation?

Answer: - Method 1 treats position as a 3D vector and measures the geometric distance
- Method 2 treats each coordinate independently.
Answer:Please adopt the mothod 2

 

Q14: Do we also need to take the Z values in this file into consideration?

Answer: NO,the z-coordinate is not required

 

Q15: Our compressed result file GW150914.tar.gz still exceeds the 3GB limit. The large size is mainly from the binary_output folder, it seems unnecessary for submission.

Answer:To reduce the amount of data uploaded, please exclude the highlighted folders from your submission. However, be sure to retain the full data locally on your platform for inspection purposes.
GW150914
├── AMSS_NCKU_output
│   └── binary_output
├── AMSS_NCKU_source_copy
└── figure
     ├── contour plot
     ├── density plot
     └── surface plot

ASC26 Student Supercomputer Challenge Preliminary Result Announcement

Dear ASC26 teams:

 

We highly appreciate the remarkable efforts you have put into your proposals. Each of you has demonstrated a deep understanding of the AI&HPC technologies and exceptional talent in application optimization. There is no doubt that all of you are winners of the preliminary stage.

 

Many teams have impressed us with their outstanding performance. The selection process has been a tough challenge for the Evaluation Committee, as all of you are competitive candidates. After a long and careful evaluation, the ASC26 Student Supercomputer Challenge Committee selected the following teams to qualify for the ASC26 Finals:

 

ASC1599

University of Electronic Science and Technology of China

ASC1534

Qilu University of Technology (Shandong Academy of Sciences)

ASC1602

Beihang University

ASC1484

Peking University

ASC1693

Harbin Institute of Technology, Shenzhen

ASC1508

Fudan University

ASC1544

Beijing University of Posts and Telecommunications

ASC1569

Tsinghua University

ASC1623

Shanghai University

ASC1560

Qinghai University

ASC1514

Zhejiang University

ASC1637

NUDT Team

ASC1793

Beijing Normal University

ASC1543

The Hong Kong University of Science and Technology (Guangzhou)

ASC1671

Lanzhou University

ASC1805

Taiwan University

ASC1558

Shanghai Jiao Tong University

ASC1658

Taiwan Tsing Hua University

ASC1724

EAFIT University

ASC1664

Kasetsart University

ASC1535

Friedrich-Alexander-University Erlangen- Nuremberg

ASC1740

Macau University of Science and Technology

ASC1990

Wuxi University

ASC1847

University of the Witwatersrand

ASC1561

National University of Cordoba

 

Also, ASC26 Student Supercomputer Challenge Committee is happy to announce the following teams as Second Class Prize Winners:

 

The Second Class Prize Winners

 

ASC1840

City University of Macau

ASC1697

SouthWest Petroleum University

ASC1521

University of Science and Technology Beijing

ASC1592

Southern University of Science and Technology

ASC1641

Nanjing University

ASC1486

Huazhong University of Science and Technology

ASC1564

Harbin Institute of Technology, Shenzhen

ASC1516

Zhejiang University

ASC1492

Sun Yat-sen University

ASC1504

Fuzhou University

ASC1509

Qinghai University

ASC1605

University of Science and Technology of China

ASC1517

Zhejiang University

ASC1512

Qinghai University

ASC1527

Zhejiang University

ASC1779

Shanghai University

ASC1557

Southern University of Science and Technology

ASC1520

Guangxi University

ASC1590

Tianjin University

ASC1494

South China Normal University

ASC1546

Northwestern Polytechnical University

ASC1795

Beijing Normal University

ASC1646

Shanxi University

ASC1528

Zhejiang University

ASC1636

Shanghai University

ASC1526

University of Science and Technology Beijing

ASC1554

Beijing University of Posts and Telecommunications

ASC1575

Southeast University

ASC1567

Hangzhou City University

ASC1498

Xiangtan University

ASC1642

Southwest Petroleum University

ASC1497

Information Engineering University

ASC1718

North China University of Science and Technology

ASC1665

Hong Kong University of Science and Technology (Guangzhou)

ASC1791

Shandong University

ASC1794

Shandong University

ASC1668

China Pharmaceutical University

ASC1748

North China University of Science and Technology 

ASC1555

Information Engineering University

ASC1522

University of Science and Technology Beijing

ASC1576

Southern University of Science and Technology

ASC1608

Southwest Petroleum University

ASC1677

Lanzhou University

ASC1611

Nanjing Agricultural University

ASC1545

South-Central Minzu University

ASC1523

University of Science and Technology Beijing

ASC1708

Southern University of Science and Technology

ASC1499

Wuhan University

ASC1524

University of Science and Technology Beijing

ASC1675

Southwest Petroleum University

ASC1649

Nanchang University

ASC1670

Shanghai University

ASC1491

Shandong Normal University

ASC1556

Information Engineering University

ASC1635

Hunan University

ASC1607

University of Electronic Science and Technology of China

ASC1643

Tianjin University of Technology and Education

ASC1786

Shandong University

ASC1601

ShanghaiTech University

ASC1615

North China University of Science and Technology

ASC1495

Information Engineering University

ASC1583

Information Engineering University

ASC1502

North China University of Science and Technology

ASC1739

Southern University of Science and Technology

ASC1559

Ocean University of China

ASC1541

Shanghai Polytechnic University

ASC1691

Yanshan University

ASC1603

North China University of Science and Technology

ASC1790

Shandong University

ASC1606

Shanghai Polytechnic University

ASC1568

Hangzhou City University

ASC1741

Jianghan University

ASC1505

Fuzhou University

ASC1666

Lanzhou University

ASC1518

Nanjing Agricultural University

ASC1743

North China University of Science and Technology

ASC1488

Yantai University

ASC1785

North China University of Science and Technology

ASC1542

Nanjing Agricultural University

ASC1716

North China University of Science and Technology

ASC1525

University of Science and Technology Beijing

ASC1513

North China University of Science and Technology

ASC1596

South-Central Minzu University

ASC1814

Renmin University of China

ASC1836

Harbin Institute of Technology

ASC1496

SouthWest Petroleum University

ASC1552

Information Engineering University

ASC1595

South-Central Minzu University

ASC1511

Information Engineering University

ASC1650

North China University of Technology

ASC1628

Jilin University

ASC1662

North China University of Science and Technology

ASC1550

Information Engineering University

ASC1553

Nanjing Agricultural University

ASC1613

China Pharmaceutical University

ASC1533

Beijing University of Chemical Technology

ASC1809

Taiyuan University of technology

ASC1548

Chongqing University of Posts and Telecommunications

ASC1807

Guizhou Institute of Technology

ASC1696

Northwestern Polytechnical University

ASC1510

Nanjing Agricultural University

ASC1845

Information Engineering University

ASC1577

Information Engineering University

ASC1714

China University of Mining and Technology

ASC1648

Nanchang University

ASC1652

Nanchang University

ASC1598

China University of Mining and Technology

 

The ASC26 Final will take place at Wuxi University, China from May 16 to May 20, 2026. We welcome all of you to come and enjoy the world's largest supercomputing hackathon!

 

Sincerely,
ASC26 Organizing Committee

Contact Us

For any further inquiries, please contact the ASC committee via:
Technical Support : techsupport@asc-events.org |General Information : info@asc-events.org|Press : media@asc-events.org