The Wayback Machine - https://web.archive.org/web/20220324011836/https://github.com/topics/ai-framework
Skip to content
#

ai-framework

Here are 10 public repositories matching this topic...

TrafalgarZZZ
TrafalgarZZZ commented Mar 21, 2022

Provide a link to that doc page:
https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/samples/accelerate_data_accessing.md

What is the defect and your suggestions on improvement:
Apache mirror site used in the demo doc (e.g. https://mirrors.tuna.tsinghua.edu.cn/apache/hbase/stable/) may change over time. Following the instructions in the demo doc step by step, users might

documentation good first issue
nopeslide
nopeslide commented Aug 9, 2020

When integrating connxr in C++ we have to disable the C++ function mangling, so our c functions can be linked correctly.
We would need to put all our prototypes or the complete header inside sth like

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif
good first issue

Improve this page

Add a description, image, and links to the ai-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ai-framework topic, visit your repo's landing page and select "manage topics."

Learn more