Skip to content

AMD Light Cache #104

@luminousmining

Description

@luminousmining

Build light cache with GPU instead of CPU with GPU AMD.

    algo::ethash::initializeDagContext
    (
        context,
        jobInfo.epoch,
        algo::ethash::MAX_EPOCH_NUMBER,
        dagCountItemsGrowth,
        dagCountItemsInit,
        lightCacheCountItemsGrowth,
        lightCacheCountItemsInit,
        true // TODO: build light cache on GPU
    );
    algo::ethash::initializeDagContext
    (
        context,
        jobInfo.epoch,
        maxEpoch,
        dagCountItemsGrowth,
        dagCountItemsInit,
        lightCacheCountItemsGrowth,
        lightCacheCountItemsInit,
        true // TODO: build light cache on GPU
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions