intel / linux-npu-driver

Intel® NPU (Neural Processing Unit) Driver
MIT License
189 stars 18 forks source link

Fix compiler warnings from gcc-14 and clang-18 #50

Closed jwludzik closed 2 months ago

jwludzik commented 2 months ago

The gcc-14 reports about missing "algorithm" header in kmd_test.h. The plain clang-18 reports about usage of variable-length arrays (VLA) extension from C99 standard that is not recommended in C++ code