mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-04 21:51:32 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user