Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Shadow warning in execute_with_dependencies #1980

@hageboeck

Description

@hageboeck

Using cuda12, I observe a shadow warning in thrust.

The relevant code is here:

std::tuple<remove_cvref_t<Dependencies>...> dependencies;
public:
__host__
execute_with_dependencies(super_t const &super, Dependencies && ...dependencies)

Line 60 is shadowed by line 64. I guess a simple renaming would help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions