Skip to content

Allow example tests to be run on subprocesses #197

Open
@leofang

Description

@leofang

Right now we just exec all tests in the main test process

exec(script, env if env else {})

which is fine if there is no subtle bugs in the examples. However, it is not the end user experience (ex: from user perspective CUDA contexts are implicitly created/tear down between each sample runs). We should allow configuring it in the future.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Low priority - Nice to havecuda.coreEverything related to the cuda.core moduletestImprovements or additions to teststriageNeeds the team's attention

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions