NVIDIA / DALI

A GPU-accelerated library containing highly optimized building blocks and an execution engine for data processing to accelerate deep learning training and inference applications.
https://docs.nvidia.com/deeplearning/dali/user-guide/docs/index.html
Apache License 2.0
4.98k stars 609 forks source link

Can AArch64 Numba tests be re-renabled? #5450

Open gmarkall opened 2 months ago

gmarkall commented 2 months ago

Describe the question.

https://github.com/NVIDIA/DALI/pull/4862 disabled the Numba tests on AArch64. The AArch64 issues in Numba described in numba/numba#8567 and numba/numba#9001 were fixed by the merge of numba/llvmlite#1009 and in the released versions Numba 0.59 and llvmlite 0.42.

It would be good to re-enable the AArch64 tests - can that be done with something close to reverting #4862?

Check for duplicates

JanuszL commented 2 months ago

Hi @gmarkall,

Thank you for reminder. Let us see how https://github.com/NVIDIA/DALI/pull/5451 works.

gmarkall commented 2 months ago

Many thanks!