intel / hdk

A low-level execution library for analytic data processing.
Apache License 2.0
31 stars 14 forks source link

Use HDK class in examples + some new examples #714

Closed akroviakov closed 12 months ago

akroviakov commented 1 year ago

This PR introduces the following example usages:

Some minor updates in HDK class in hdk.py: allow table refragmenting and easy gpu memory cleanup.

kurapov-peter commented 1 year ago

Looks good. Please check the debug_logs usage.

akroviakov commented 1 year ago

Modin doesn't use debug_logs:

~/modin$ grep -r "debug_logs"
~/modin$