1 Star 0 Fork 0

代码分析组/bugle-GPUVerify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Bugle

Build Status

GPUVerify's LLVM IR to Boogie translator.

Compiling on OS X/Linux

  1. Build LLVM and Clang, as usual (see http://clang.llvm.org/get_started.html).

  2. Run CMake from a build directory:

    $ mkdir /path/to/bugle-build
    $ cd /path/to/bugle-build
    $ cmake -DCMAKE_PREFIX_PATH=/path/to/llvm-build -DCMAKE_BUILD_TYPE=Release /path/to/bugle
    

    Be sure to select the same build type (CMAKE_BUILD_TYPE) used when compiling LLVM.

  3. Run 'make' from the build directory.

Compiling on Windows

  1. Build LLVM and Clang, as usual (see http://clang.llvm.org/get_started.html).

  2. Run CMake from a build directory:

    $ mkdir C:\path\to\bugle-build
    $ cd C:\path\to\bugle-build
    $ cmake -G "Visual Studio 14.0" -DLLVM_SRC=C:\path\to\llvm-source -DLLVM_BUILD=C:\path\to\llvm-build -DLLVM_BUILD_TYPE=Release C:\path\to\bugle
    

    Be sure to select the same build type (LLVM_BUILD_TYPE) used when compiling LLVM.

  3. Open the Visual Studio project 'Bugle.sln'. When building, use the build type you used for LLVM.

Running Bugle

Bugle is best run as part of GPUVerify.

空文件

简介

GPUVerify a tool for formal analysis of GPU kernels written in OpenCL and CUDA 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/code-analysis-group/bugle-GPUVerify.git
git@gitee.com:code-analysis-group/bugle-GPUVerify.git
code-analysis-group
bugle-GPUVerify
bugle-GPUVerify
master

搜索帮助