Files
mscclpp/python/test/common.hpp
Binyang2014 097aa8843a 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
2023-09-06 17:09:04 -07:00

8 lines
215 B
C++

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
typedef unsigned long long uint64_t;
typedef unsigned long long uintptr_t;
typedef unsigned int uint32_t;
typedef unsigned short uint16_t;