# intel-amx-demo **Repository Path**: samchugit/intel-amx-demo ## Basic Information - **Project Name**: intel-amx-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-19 - **Last Updated**: 2024-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intel AMX 指令集实践 ## 环境要求 硬件要求: - 第四代英特尔至强可扩展处理器(代号 SPR) 软件要求: - GCC >= 11.1 - Python >= 3.8 - PIP >= 19.0 ## 编译运行 下载源码后,使用以下命令进行环境初始化,并编译: ```shell make init && make ``` ## 运行例程 运行 C 例程(需要 root 权限) ```shell ./run_demo-c.sh ``` 运行 Python 例程(需要 root 权限) ```shell ./run_demo-py.sh ```