Skip to content

Commit

Permalink
Skip max_compile_time_stream_priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Aug 21, 2024
1 parent 8f383ef commit adb324d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ public void map(InfoMap infoMap) {
).skip())
;

// compile-time only constexpr
infoMap.put(new Info("c10::cuda::max_compile_time_stream_priorities").skip());

infoMap
.put(new Info("USE_CUDNN_RNN_V8_API").define()) // Using CuDNN 8.9.7 or more recent
.put(new Info("defined(IS_NCCL_EXP) && defined(NCCL_COMM_DUMP)").define(false))
Expand Down

0 comments on commit adb324d

Please sign in to comment.