Skip to content

Commit 3fc02fc

Browse files
committedSep 15, 2021
Merge branch 'readme_update_with_gpu_cache_sok' into 'master'
Update README.md See merge request dl/hugectr/hugectr!457
2 parents b0469aa + 4d94177 commit 3fc02fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Design Goals:
1111
## Table of Contents
1212
* [Core Features](#core-features)
1313
* [Getting Started](#getting-started)
14+
* [HugeCTR SDK](#hugectr-sdk)
1415
* [Support and Feedback](#support-and-feedback)
1516
* [Contribute to HugeCTR](#contribute-to-hugectr)
1617

@@ -148,6 +149,11 @@ If you'd like to quickly train a model using the Python interface, follow these
148149

149150
For additional information, see the [HugeCTR User Guide](docs/hugectr_user_guide.md).
150151

152+
## HugeCTR SDK ##
153+
To support the users who cannot use HugeCTR directly, we exports several important components in HugeCTR to external developers as SDK.
154+
* [Sparse Operation Kit](sparse_operation_kit): a python package wrapped GPU accelerated operations dedicated for sparse training / inference cases.
155+
* [GPU Embedding Cache](gpu_cache): a embedding cache on GPU memory designed for CTR inference workload
156+
151157
## Support and Feedback ##
152158
If you encounter any issues and/or have questions, please file an issue [here](https://github.com/NVIDIA/HugeCTR/issues) so that we can provide you with the necessary resolutions and answers. To further advance the Merlin/HugeCTR Roadmap, we encourage you to share all the details regarding your recommender system pipeline using this [survey](https://developer.nvidia.com/merlin-devzone-survey).
153159

0 commit comments

Comments
 (0)
Please sign in to comment.