Advertisement
Guest User

Untitled

a guest
Feb 5th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Android Studio version: 4.3
  2. Gradle version: 1.10
  3. Android SDK: 19
  4. Build-tools: 19.0.1
  5. Target SDK/Min SDK: 18
  6.  
  7. #pragma version(1)
  8. #pragma rs java_package_name(com.arm.movievision);
  9.  
  10. //Following compiles but run-time error gets produced with this kernel:
  11. void root(const uchar4 *in, uchar4 *out, uint32_t x, uint32_t y) {
  12. *out = 128;
  13. }
  14.  
  15. //ERROR
  16. 02-05 17:04:34.860 18452-18466/com.arm.movievision E/bcc﹕ Failed to load bitcode from path /vendor/lib/libmalicore.bc! (No such file or directory)
  17. 02-05 17:04:34.860 18452-18466/com.arm.movievision E/RsMaliTranslator﹕ Failed to load Renderscript library /vendor/lib/libmalicore.bc to link!
  18. 02-05 17:04:34.925 18452-18466/com.arm.movievision A/libc﹕ Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 18466 (arm.movievision)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement