diff --git a/third_party/Makefile b/third_party/Makefile index 06249bdc..d6dbad75 100755 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -60,7 +60,7 @@ ifneq (,$(wildcard perftest/autogen.sh)) cd perftest && ./autogen.sh && ./configure --enable-rocm --with-rocm=/opt/rocm --prefix=$(SB_MICRO_PATH) && make -j && make install endif -# Build FIO from commit 0313e9 (fio-3.27 tag). +# Build FIO from commit d83ac9 (fio-3.28 tag). fio: ifneq (,$(wildcard fio/Makefile)) cd ./fio && ./configure --prefix=$(SB_MICRO_PATH) && make -j && make install diff --git a/third_party/fio b/third_party/fio index 0313e938..d83ac9d3 160000 --- a/third_party/fio +++ b/third_party/fio @@ -1 +1 @@ -Subproject commit 0313e938c9c8bb37d71dade239f1f5326677b079 +Subproject commit d83ac9d3d30d5f5dc6d0e425e4ba945a772839f6