Skip to content

[Coverity][UR] Uninitialized non-static class members #19499

@AlexeySachkov

Description

@AlexeySachkov

See Coverity issues at https://scan.coverity.com/projects/intel-llvm?tab=overview

CID 491850: the following non-static class members are uninitialized:

float MinMipmapLevelClamp;
float MaxMipmapLevelClamp;
float MaxAnisotropy;

This is a very minor thing, since they are unused, but we should probably still initialize them just in case. Alternatively, we could replace them with a byte-array padding to indicate that those fields exists purely for data type alignment between adapters (which is my current theory)

Metadata

Metadata

Assignees

No one assigned

    Labels

    CoveritybugSomething isn't workinghipIssues related to execution on HIP backend.unified-runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions