Skip to content

Any way to generate random numbers inside an @avx loop? #98

Open
@rcalxrc08

Description

@rcalxrc08

I am trying to parallellize a loop containing a random number generation, but the status of the rng is kept costant across each index of the loop, leading to a matrix with some rows.

Any idea how to solve this problem?

I could use VectorizedRNG.jl but I have no idea then how to glue it with the @avx loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions