Files
UnrealEngine/Engine/Plugins/Experimental/NNERuntimeIREE/Source/IREEDriverRDG/Private/IREEDriverRDGNoOpExecutableCache.h
2025-05-18 13:04:45 +08:00

16 lines
373 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#ifdef WITH_IREE_DRIVER_RDG
#include "IREEDriverRDG.h"
namespace UE::IREE::HAL::RDG
{
iree_status_t NoOpExecutableCacheCreate(iree_allocator_t HostAllocator, const TMap<FString, TArray<uint8>>* Executables, iree_hal_executable_cache_t** OutExecutableCache);
} // UE::IREE
#endif // WITH_IREE_DRIVER_RDG