MLIR
21.0.0git
|
#include "VulkanRuntime.h"
#include <chrono>
#include <cstring>
#include <iomanip>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | RETURN_ON_VULKAN_ERROR(result, api) |
Functions | |
void | emitVulkanError (const char *api, VkResult error) |
#define RETURN_ON_VULKAN_ERROR | ( | result, | |
api | |||
) |
Definition at line 27 of file VulkanRuntime.cpp.
|
inline |
Definition at line 23 of file VulkanRuntime.cpp.