# launch_test **Repository Path**: kevin365/launch_test ## Basic Information - **Project Name**: launch_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-21 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 下载代码 ```bash git clone https://gitee.com/kevin365/launch_test.git ``` # 编译执行 ## 设置环境变量 ```bash source /usr/local/Ascend/ascend-toolkit/set_env.sh ``` 其中`/usr/local/Ascend/`为CANN包安装路径 ## 编译运行 ```bash cd launch_test mkdir objects cd objects cmake .. make -j16 ./ascendc_kernels_bbit ```