mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
ocloc api - cleaning api header
Change-Id: I252c6622ebbda30c78e8afb37dcf1b5cd65909c9
This commit is contained in:
@@ -7,8 +7,16 @@
|
||||
|
||||
#include "ocloc_api.h"
|
||||
|
||||
#include "shared/offline_compiler/source/decoder/binary_decoder.h"
|
||||
#include "shared/offline_compiler/source/decoder/binary_encoder.h"
|
||||
#include "shared/offline_compiler/source/multi_command.h"
|
||||
#include "shared/offline_compiler/source/ocloc_fatbinary.h"
|
||||
#include "shared/offline_compiler/source/offline_compiler.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
void printHelp() {
|
||||
printf(R"===(ocloc is a tool for managing Intel Compute GPU device binary format.
|
||||
It can be used for generation (as part of 'compile' command) as well as
|
||||
|
||||
@@ -5,14 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/offline_compiler/source/decoder/binary_decoder.h"
|
||||
#include "shared/offline_compiler/source/decoder/binary_encoder.h"
|
||||
#include "shared/offline_compiler/source/multi_command.h"
|
||||
#include "shared/offline_compiler/source/ocloc_fatbinary.h"
|
||||
#include "shared/offline_compiler/source/offline_compiler.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
#include <cstdint>
|
||||
#ifdef _WIN32
|
||||
#define SIGNATURE __declspec(dllexport) int __cdecl
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user