Skip to content

Commit

Permalink
clean profiler cmd and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hwu36 committed Jul 30, 2021
1 parent 1227351 commit 10709db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 1 addition & 5 deletions media/docs/profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ Profiling:

--profiling-enabled=<bool> If true, profiling is actually conducted.

--providers=<providers> List of providers to be profiled for performance. (default: '*')
Gemm providers {cutlass*, cublas*}
Conv2d providers {cutlass*, cudnn*}


Verification:
--verification-enabled=<bool> Whether to perform verification checks.
Expand Down Expand Up @@ -243,7 +239,7 @@ Test your changes to gemm kernels with a quick functional test and save results
--n=8,56,120,136,256,264,512,520,1024,1032,4096,8192,16384 \
--k=8,16,32,64,128,256,288,384,504,512,520 \
--beta=0,1,2 --profiling-iterations=1 \
--providers=cutlass --output=functional-test.csv
--output=functional-test.csv
```
## Example CUDA Core GEMM Operation
Expand Down
7 changes: 0 additions & 7 deletions tools/profiler/src/options.cu
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,6 @@ void Options::Profiling::print_usage(std::ostream &out) const {

<< " --profiling-enabled=<bool> "
<< " If true, profiling is actually conducted.\n\n"

<< " --providers=<providers> "
<< " List of providers to be profiled for performance. (default: '*')" << end_of_line
<< " Gemm providers {cutlass*, cublas*}" << end_of_line
<< " Conv2d providers {cutlass*, cudnn*}"
<< "\n\n";

}

void Options::Profiling::print_options(std::ostream &out, int indent) const {
Expand Down

0 comments on commit 10709db

Please sign in to comment.