From 4276e6305416a2c5f451d68c90ada70b6ec66171 Mon Sep 17 00:00:00 2001 From: raver119 Date: Thu, 7 Nov 2019 08:49:27 +0300 Subject: [PATCH] one more test Signed-off-by: raver119 --- libnd4j/tests_cpu/layers_tests/PlaygroundTests.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libnd4j/tests_cpu/layers_tests/PlaygroundTests.cpp b/libnd4j/tests_cpu/layers_tests/PlaygroundTests.cpp index b76538afd..e95c6eca6 100644 --- a/libnd4j/tests_cpu/layers_tests/PlaygroundTests.cpp +++ b/libnd4j/tests_cpu/layers_tests/PlaygroundTests.cpp @@ -58,6 +58,11 @@ public: } }; +TEST_F(PlaygroundTests, test_s_1) { + auto t = ::runLightBenchmarkSuit(true); + delete[] t; +} + /* TEST_F(PlaygroundTests, test_relubp_1) { auto x = NDArrayFactory::create('c', {128, 64, 224, 224});