Sycl implementation for objective functions (#9846)
--------- Co-authored-by: Dmitry Razdoburdin <>
This commit is contained in:
committed by
GitHub
parent
ddab49a8be
commit
43897b8296
@@ -129,6 +129,12 @@ class ObjFunction : public Configurable {
|
||||
* \param name Name of the objective.
|
||||
*/
|
||||
static ObjFunction* Create(const std::string& name, Context const* ctx);
|
||||
|
||||
/*!
|
||||
* \brief Return sycl specific implementation name if possible.
|
||||
* \param name Name of the objective.
|
||||
*/
|
||||
static std::string GetSyclImplementationName(const std::string& name);
|
||||
};
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user