From 3a57f4fa7f10180eebc9488d58e12f76a6882b70 Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 10 Apr 2015 11:05:32 -0400
Subject: [PATCH] P4 to Git Change 1139572 by rayxiao@alit_opencl_rayxiao on
2015/04/10 10:49:41
EPR #399415 - Update: expose aclInsertKernelStatistics as API entry
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/api/v0_8/acl.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/include/v0_8/acl.h#8 edit
---
rocclr/compiler/lib/include/v0_8/acl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rocclr/compiler/lib/include/v0_8/acl.h b/rocclr/compiler/lib/include/v0_8/acl.h
index 44e0817315..f7a93ad38d 100644
--- a/rocclr/compiler/lib/include/v0_8/acl.h
+++ b/rocclr/compiler/lib/include/v0_8/acl.h
@@ -239,7 +239,7 @@ void aclGetKstatsR800(const void* shader,
aclKernelStats &kstats, const char* chip_id);
void aclGetKstatsSI(const void* shader,
aclKernelStats &kstats);
-acl_error
+acl_error ACL_API_ENTRY
aclInsertKernelStatistics(aclCompiler *cl,
aclBinary *bin);
//! Define hardware info constants for SI and above devices