NVIDIA / numbast

Numbast is a tool to build an automated pipeline that converts CUDA APIs into Numba bindings.
Apache License 2.0
15 stars 6 forks source link

Add CI Test Infra #28

Closed isVoid closed 5 months ago

isVoid commented 5 months ago

This PR adds CI test infrastructures for Numbast. It runs two jobs in parallel:

For aarch64 tests, we fix a bug of mismatching ABI when using bfloat16 type. closes #32

Also includes 2 fixes where alignments are not respected on load / store of function argument.