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
defp enum_map(%{nif_name: nif_name, args: args, operators: operators})in lib/pelemay/generator/native.ex defines a template generator function extracted from Enum.map.
defp enum_map(%{nif_name: nif_name, args: args, operators: operators})
lib/pelemay/generator/native.ex
Enum.map
So, would you prepare a CUDA version of it?
I named the function enum_map_CUDA.
enum_map_CUDA
branch name is also the same to the function.
The text was updated successfully, but these errors were encountered:
fix #97
177bcce
5ca7d76
f5db9d3
tsugutsugu8
Erga-mion
No branches or pull requests
defp enum_map(%{nif_name: nif_name, args: args, operators: operators})
inlib/pelemay/generator/native.ex
defines a template generator function extracted fromEnum.map
.So, would you prepare a CUDA version of it?
I named the function
enum_map_CUDA
.branch name is also the same to the function.
The text was updated successfully, but these errors were encountered: