Skip to content

Commit

Permalink
Update RapidsConf.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
parthosa and jlowe authored Mar 12, 2024
1 parent e13581f commit 592bed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ val SHUFFLE_COMPRESSION_LZ4_CHUNK_SIZE = conf("spark.rapids.shuffle.compression.
.createOptional

val SKIP_GPU_ARCH_CHECK = conf("spark.rapids.skipGpuArchitectureCheck")
.doc("When true, skips GPU architecture compatibility check. Note that this check" +
.doc("When true, skips GPU architecture compatibility check. Note that this check " +
"might still be present in cuDF.")
.internal()
.booleanConf
Expand Down

0 comments on commit 592bed0

Please sign in to comment.