We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment, DslExpression and DslType only works for OpenCL. We should create abstract types in order to support other compute platform, e.g. CUDA
DslExpression
DslType
The text was updated successfully, but these errors were encountered:
Update sbt to 1.8.2 in template (#27)
01e962f
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No branches or pull requests
At the moment,
DslExpression
andDslType
only works for OpenCL. We should create abstract types in order to support other compute platform, e.g. CUDAThe text was updated successfully, but these errors were encountered: