Files
mscclpp/test/unit/compile_tests.cu
2024-05-20 02:39:30 +00:00

12 lines
217 B
Plaintext

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include <gtest/gtest.h>
#undef NDEBUG
#include <assert.h>
#include <mscclpp/poll_device.hpp>
TEST(CompileTest, Assert) { assert(true); }