summaryrefslogtreecommitdiff
path: root/tests/projects/ascendc/mixed_binary/src/helper.aicpu
blob: a11afdd908fa0c713e817a43c04ec3698a4780b2 (plain)
1
2
3
4
5
6
#include "aicpu_api.h"

__global__ __aicpu__ uint32_t hello_world(void *args) {
    AscendC::printf("Hello World!!!\n");
    return 0;
}