Skip to content

Can't use ThreadsX.map as a direct drop-in due to lack of GPU support. #197

Description

@vchuravy

I find myself writing:

function experiment(ArrayT, N, M)
    if ArrayT <: Array
        map! = ThreadsX.map!
    else
        map! = Base.map! 
    end
    ...

a lot these days :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions