Solve issues with hip-vdi runtime static lib

1.Combine libamdhip64_static_base.a and libamdvdi_static.a into libamdhip64_static.a.
2.Let hipcc use -use-staticlib to link libamdhip64_static.a.
3.Add some samples for static lib.
4.Fix compiling failure of code object.
Change-Id: Ia2333622a8d05639b90974c4c5d3d85654ba0138
This commit is contained in:
Tao Sang
2020-04-06 09:58:35 -04:00
کامیت شده توسط Tao Sang
والد 85fdbb85a2
کامیت 4c2ab3f41e
6فایلهای تغییر یافته به همراه46 افزوده شده و 13 حذف شده
+1 -1
مشاهده پرونده
@@ -30,7 +30,7 @@
constexpr unsigned __hipFatMAGIC2 = 0x48495046; // "HIPF"
thread_local std::stack<ihipExec_t> execStack_;
PlatformState* PlatformState::platform_ = new PlatformState();
PlatformState* PlatformState::platform_ = nullptr;
struct __CudaFatBinaryWrapper {
unsigned int magic;