Fix pytest unstable issue. (#170)

- remove `#include <cstdint>` from `poll.hpp`. To make it only contains
device-side code
- Fix compilation issue, which will cause pytest fail randomly. Reuse
the compiled result for same kernel with different arguments
This commit is contained in:
Binyang2014
2023-09-07 08:09:04 +08:00
committed by GitHub
parent 828be48b21
commit 097aa8843a
13 changed files with 49 additions and 14 deletions

View File

@@ -1,6 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include "common.hpp"
// other headers
#include <mscclpp/packet.hpp>
#include <mscclpp/proxy_channel_device.hpp>