mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-06-06 07:52:00 +00:00
- 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
8 lines
215 B
C++
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;
|