- BlueField-2 Quickstart Guide for Clemson R7525s
- NVIDIA Mellanox Bluefield-2 SmartNIC Hands-On Tutorial: Host setup is little outdate. See
Host setup
bellow. - NVIDIA Mellanox Bluefield-2 SmartNIC Hands-On Tutorial: “Rig for Dive” — Part III: Ultimate Cloudlab Setup
- NVIDIA Mellanox Bluefield-2 SmartNIC Hands-On Tutorial: “Rig for Dive” — Part V: Install the Latest Bluefield OS with DPDK and DOCA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
github.com style (c) Vasily Polovnyov <[email protected]> | |
*/ | |
body { | |
font-family: "思源宋体 CN", "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif, "Droid Sans Fallback"; | |
font-size: 14px; | |
padding: 0 12px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* ANSI C code from the article | |
* "Contrast Limited Adaptive Histogram Equalization" | |
* by Karel Zuiderveld, karel@cv.ruu.nl | |
* in "Graphics Gems IV", Academic Press, 1994 | |
* | |
* | |
* These functions implement Contrast Limited Adaptive Histogram Equalization. | |
* The main routine (CLAHE) expects an input image that is stored contiguously in | |
* memory; the CLAHE output image overwrites the original input image and has the |