mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 00:40:12 +00:00
Atomic for semaphores instead of fences (#188)
Co-authored-by: Pratyush Patel <pratyushpatel.1995@gmail.com> Co-authored-by: Esha Choukse <eschouks@microsoft.com> Co-authored-by: Changho Hwang <changhohwang@microsoft.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// Copyright (c) Microsoft Corporation.
|
||||
// Licensed under the MIT license.
|
||||
|
||||
#include "common.hpp"
|
||||
// other headers
|
||||
#include <mscclpp/semaphore_device.hpp>
|
||||
|
||||
// be careful about using semaphore[my_rank] as it is an invalid semaphore and it is there just for simplicity of
|
||||
|
||||
Reference in New Issue
Block a user