Skip to content

Instantly share code, notes, and snippets.

Introduction

AddressSanitizer (aka ASan) is a memory error detector for C/C++, we extend it to support detecting memory errors in offload code as well.

Currently, it supports to detect out-of-bounds(buffer overflow & underflow) errors in

  • host/device/shared USM
  • local (static only)

It depends on the GPU driver: https://ubit-gfx.intel.com/build/18430085

@AllanZyne
AllanZyne / build_qt.md
Last active December 21, 2020 15:32
Build Qt 5.6 for Windows XP with Qt Webkit (VS 2017)

编译 Qt 5.6.3 Windows XP with Qt Webkit (VS 2017)

准备工具

  • qt 5.6.3 的源码
  • qt webkit 的源码(从 github 上下载 5.6 分支,保存到 qt 源码的目录中)
  • python27
  • ruby24

Cross Compiling Xorg

交叉编译依赖文件

i. 配置环境变量