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
Both beignet and neo Intel drivers do not support variadic macros, so #define clrngSetErrorString(err, ...) (err)
does not compile.
I suggest to introduce clrngSetErrorString2 and clrngSetErrorString3 macros to address errors with and without one extra argument. Should I prepare a merge request?
The text was updated successfully, but these errors were encountered:
Hello.
Both beignet and neo Intel drivers do not support variadic macros, so
#define clrngSetErrorString(err, ...) (err)
does not compile.
I suggest to introduce clrngSetErrorString2 and clrngSetErrorString3 macros to address errors with and without one extra argument. Should I prepare a merge request?
The text was updated successfully, but these errors were encountered: