You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
possibly the largest change should be adding extern "C" to function definitions on the C++ code.
The main idea is to use the existing functions you developed in C/CUDA, not rewriting them. The object orientated structure should significantly reduce duplication of code.
Currently the algorithms used in the toolkit are repeated within the different functions. This code repetition may lead to error.
Let's create an iterative algorithm class with the same structure of the
Algorithm
in the Framework.The text was updated successfully, but these errors were encountered: