P4 to Git Change 1123371 by akasauro@spb-hlc-tn9-hsa on 2015/02/19 07:20:48

ECR #333756 - tree clean up to prepare for removal of obsolete sc-hsa from stg/opencl
	       Testing: PSDB

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/Android.mk#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/gpu/sc/new_make/README#9 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Target/HSAIL/Android.mk#26 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/llvm-device-build.mk#8 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudebugger.hpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpukernel.hpp#107 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuvirtual.cpp#351 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/hsa_foundation/build/Makefile.oclhsa#4 edit
This commit is contained in:
foreman
2015-02-19 07:33:38 -05:00
parent f29b1e0f5d
commit 913f1421ca
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include <cstddef>
#include <cstdint>
#include "hsa.h"
#include "sc-hsa/Interface/SCHSAInterface.h"
#include "sc/Interface/SCHSAInterface.h"
#include "device/device.hpp"
#include "device/hwdebug.hpp"
#include "acl.h"
+1 -1
View File
@@ -13,7 +13,7 @@
#include "platform/sampler.hpp"
#include "device/gpu/gpudevice.hpp"
#include "device/gpu/gpuvirtual.hpp"
#include "sc-hsa/Interface/SCHSAInterface.h"
#include "sc/Interface/SCHSAInterface.h"
#include "device/gpu/gpuprintf.hpp"
#include "hsa.h"
//! \namespace gpu GPU Device Implementation
+1 -1
View File
@@ -16,7 +16,7 @@
#include "device/gpu/gpublit.hpp"
#include "device/gpu/gpudebugger.hpp"
#include "hsa.h"
#include "sc-hsa/Interface/SCHSAInterface.h"
#include "sc/Interface/SCHSAInterface.h"
#include <fstream>
#include <sstream>