Added fix to work for versions 1.2.55+ of vulkan headers

This commit is contained in:
Alejandro Saucedo 2020-11-01 10:46:16 +00:00
parent 482aa29426
commit 8abac9fb58
6 changed files with 16 additions and 17 deletions

View file

@ -1,7 +1,7 @@
#include "gtest/gtest.h"
#include "fmt/ranges.h"
#include <spdlog/fmt/bundled/ranges.h>
#include "kompute/Kompute.hpp"
TEST(TestLogisticRegressionAlgorithm, TestMainLogisticRegression)