I want to compare the performance of three backends: SPDK, AIO, and URING. However, when I try to build GustANN using the commands cmake -D CMAKE_USE_URING=ON .. or cmake -D CMAKE_USE_AIO=ON .., I get a warning:
"Manually-specified variables were not used by the project: CMAKE_USE_URING, CMAKE_USE_AIO".
This makes me wonder whether the AIO and URING backends are currently fully supported.
Could you please confirm if AIO and io_uring are currently supported in GustANN? If so, what is the correct CMake flag to enable them?
I want to compare the performance of three backends: SPDK, AIO, and URING. However, when I try to build GustANN using the commands cmake -D CMAKE_USE_URING=ON .. or cmake -D CMAKE_USE_AIO=ON .., I get a warning:
"Manually-specified variables were not used by the project: CMAKE_USE_URING, CMAKE_USE_AIO".
This makes me wonder whether the AIO and URING backends are currently fully supported.
Could you please confirm if AIO and io_uring are currently supported in GustANN? If so, what is the correct CMake flag to enable them?