Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cpu] Add test_annotations.py to CI (#81)
The only test that needed fixing was `test_unknown_annotations`, where we were generating invalid code for the launcher. In particular, when `kernel_fn_args` was empty, we would get the following error: ``` /var/folders/_z/88s630fd3d9fx72mbmx90qvw0000gn/T/tmpy481mz0l/main.cpp:37:29: error: expected ';' before '(' token 37 | using kernel_ptr_t = void(*)(, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t); | ^ | ; ```
- Loading branch information