NVIDIA-Merlin / HugeCTR

HugeCTR is a high efficiency GPU framework designed for Click-Through-Rate (CTR) estimating training
Apache License 2.0
946 stars 200 forks source link

[Question]Can I build and use gpu_cache independently? #399

Closed RobertLou closed 1 year ago

RobertLou commented 1 year ago

Or I have to build the whole project?

yingcanw commented 1 year ago

Thanks for your question. You can get the gpu_cache library by building the whole project, or modify the CMakeLists.txt, such as keeping only the source and dependencies of gpu cache to get the library independently.