Disable memory bound check in MemoryTracker for 32bit arch (#886)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Thu, 26 Apr 2018 00:57:32 +0000 (09:57 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 26 Apr 2018 00:57:32 +0000 (09:57 +0900)
commit26e0bf763c565db178edb5d789b0d43124e0d000
tree0002bd3b0fbcae6c15aed384af64588351b773f1
parent8abe4dba8ff6b5209561dc728b980fc7e8def816
Disable memory bound check in MemoryTracker for 32bit arch (#886)

* Disable memory bound check in MemoryTracker for 32bit arch

This commit disables memory bound check in MemoryTracker for 32bit archtecture.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
* Change supported bit check mechanism
src/runtime/ref/nn/runtime/Memory.cpp