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
For now (i.e. when finalizing #19), the cheat sheet has a style which is not fully descriptive of the API, unlike the OpenMP cheat sheet or the SYCL cheat sheet.
Signatures of functions are incomplete and do not explicit input parameter types. By instance, the signature for a View is:
Obviously, not all signatures should be in the cheat sheet, but we could include the most common ones. The types of the input parameters are explicited, which would be an improvement.
The text was updated successfully, but these errors were encountered:
For now (i.e. when finalizing #19), the cheat sheet has a style which is not fully descriptive of the API, unlike the OpenMP cheat sheet or the SYCL cheat sheet.
Signatures of functions are incomplete and do not explicit input parameter types. By instance, the signature for a
View
is:while in the API doc, the signature is displayed as (without descriptive text):
Obviously, not all signatures should be in the cheat sheet, but we could include the most common ones. The types of the input parameters are explicited, which would be an improvement.
The text was updated successfully, but these errors were encountered: