Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csrc/kernels/configs.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define NUM_MAX_LOCAL_EXPERTS 1024
#define NUM_BUFFER_ALIGNMENT_BYTES 128

#define FINISHED_SUM_TAG 1024
#define FINISHED_SUM_TAG 2048
#define NUM_WAIT_NANOSECONDS 500

#ifndef ENABLE_FAST_DEBUG
Expand Down