Skip to content

Commit 0aa88ec

Browse files
Update README.md
1 parent 20e2d38 commit 0aa88ec

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,8 @@ More [examples here](https://kerneltuner.github.io/kernel_tuner/stable/examples.
9898

9999
## Kernel Tuner ecosystem
100100

101-
<table style="border: none !important; width:100%">
102-
<tr style="border: none !important;">
103-
<td style="border: none !important;width:33%"><img width="250px" src="doc/images/kernel_launcher.png"/><br />C++ magic to integrate auto-tuned kernels into C++ applications
104-
</td>
105-
<td style="border: none !important;width:33%"><img width="250px" src="doc/images/kernel_float.png"/><br />C++ data types for mixed-precision CUDA kernel programming
106-
</td>
107-
<td style="border: none !important;width:33%"><img width="250px" src="doc/images/kernel_dashboard.png"/><br /><img width="250px" src="doc/images/dashboard.png"/></td>
108-
</tr>
109-
</table>
101+
| <img width="250px" src="doc/images/kernel_launcher.png"/><br />C++ magic to integrate auto-tuned kernels into C++ applications | <img width="250px" src="doc/images/kernel_float.png"/><br />C++ data types for mixed-precision CUDA kernel programming | <img width="275px" src="doc/images/kernel_dashboard.png"/><br />Dashboard to monitor, analyze, and visualize auto-tuning runs |
102+
| :---: | :---: | :---: |
110103

111104

112105
## Communication & Contribution

0 commit comments

Comments
 (0)