Commit a9db2bf4 authored by Umang Yadav's avatar Umang Yadav
Browse files

fix typo

parent 82f98478
...@@ -39,7 +39,7 @@ namespace gpu { ...@@ -39,7 +39,7 @@ namespace gpu {
/* /*
Regular rocBLAS API takes compute_type as `rocblas_datatype` enum value v/s "ex3" BETA API takes it Regular rocBLAS API takes compute_type as `rocblas_datatype` enum value v/s "ex3" BETA API takes it
as `rocblas_computetype` enum value. `rb_compute_type` is faciliator to implictly cast interger enum as `rocblas_computetype` enum value. `rb_compute_type` is faciliator to implictly cast integer enum
value to required type that can be used inside `common_args` generator. value to required type that can be used inside `common_args` generator.
*/ */
struct rb_compute_type struct rb_compute_type
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment