From 536b20763e5cbc24bc1137e535b38f1aaf22051f Mon Sep 17 00:00:00 2001 From: Cliff Burdick <30670611+cliffburdick@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:55:13 -0600 Subject: [PATCH] Fixed typo in profiler README (#603) --- media/docs/profiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/docs/profiler.md b/media/docs/profiler.md index 322063101d..e26f1e20c4 100644 --- a/media/docs/profiler.md +++ b/media/docs/profiler.md @@ -347,7 +347,7 @@ $ ./tools/profiler/cutlass_profiler --kernels=cutlass_simt_sgemm_128x128_nn # Convolution The CUTLASS Profiler is capable of executing 2-D and 3-D convolution problems for forwards and backwards -oeprator variants. +operator variants. The CUTLASS Profiler can be built with cuDNN enabled to use as a reference implementation. If CMake detects the cuDNN library available in the system, it is included as a dependency. This may be explicitly overridden