-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch 21.10 FAQ update forward compatibility, update Spark and CUDA versions #3308
Branch 21.10 FAQ update forward compatibility, update Spark and CUDA versions #3308
Conversation
Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
|
||
### What hardware is supported? | ||
|
||
The plugin is tested and supported on V100, T4, A10, A30 and A100 datacenter GPUs. It is possible | ||
to run the plugin on GeForce desktop hardware with Volta or better architectures. GeForce hardware | ||
does not support [CUDA enhanced | ||
compatibility](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#enhanced-compat-minor-releases), | ||
does not support [CUDA forward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -30,15 +30,15 @@ to set up testing and validation on their distributions. | |||
|
|||
### What CUDA versions are supported? | |||
|
|||
CUDA 11.0 and 11.2 are currently supported. Please look [here](download.md) for download links for | |||
the latest release. | |||
CUDA 11.x is currently supported. Please look [here](download.md) for download links for the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was going to ask if we should retain the old phrasing here, for fear of 11.1
. But it appears the CUDF docs mention 11.x
.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cudf team seems to fix any compiling issue for CUDA 11.X. If there is any problem, just report them. I just did once for CUDA 11.0 which is now fixed (rapidsai/cudf#9028).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix compatibility spelling Co-authored-by: Jason Lowe <jlowe@nvidia.com>
Add a comma Co-authored-by: MithunR <mythrocks@gmail.com>
build |
@@ -30,15 +30,15 @@ to set up testing and validation on their distributions. | |||
|
|||
### What CUDA versions are supported? | |||
|
|||
CUDA 11.0 and 11.2 are currently supported. Please look [here](download.md) for download links for | |||
the latest release. | |||
CUDA 11.x is currently supported. Please look [here](download.md) for download links for the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA 11.x is currently supported. Please look [here](download.md) for download links for the latest | |
CUDA 11.x is currently supported. Please look [here](download.md) for download links for the latest |
@@ -30,15 +30,15 @@ to set up testing and validation on their distributions. | |||
|
|||
### What CUDA versions are supported? | |||
|
|||
CUDA 11.0 and 11.2 are currently supported. Please look [here](download.md) for download links for | |||
the latest release. | |||
CUDA 11.x is currently supported. Please look [here](download.md) for download links for the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cudf team seems to fix any compiling issue for CUDA 11.X. If there is any problem, just report them. I just did once for CUDA 11.0 which is now fixed (rapidsai/cudf#9028).
The plugin is tested and supported on V100, T4, A10, A30 and A100 datacenter GPUs. It is possible | ||
to run the plugin on GeForce desktop hardware with Volta or better architectures. GeForce hardware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plugin is tested and supported on V100, T4, A10, A30 and A100 datacenter GPUs. It is possible | |
to run the plugin on GeForce desktop hardware with Volta or better architectures. GeForce hardware | |
The plugin is tested and supported on V100, T4, A10, A30 and A100 datacenter GPUs. It is possible | |
to run the plugin on GeForce desktop hardware with Volta or better architectures. GeForce hardware |
We will work on the spaces issue that @ttnghia brought up in a future PR. |
Updated FAQ to correct support for forward compatibility. Updated Spark and CUDA versions as of today, will update again when Spark 3.2 is supported.