View test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View memoize.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View build.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 正在创建软件包:pypy-hg 71565-1 (2014年 05月 18日 星期日 16:35:23 EDT) | |
==> 正在检查运行时依赖关系... | |
==> 正在检查编译时依赖关系 | |
==> 获取源代码...... | |
-> 正在升级pypy hg仓库...... | |
正在拉自 https://bitbucket.org/pypy/pypy | |
正在搜索修改 | |
没有发现修改 | |
-> 找到 pypy-c-jit-71543-88e8c347e2e2-linux64.tar.bz2 | |
==> 正在验证源代码文件 md5sums... |
View beignet-bug.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <CL/cl.h> | |
#include <stdio.h> | |
int | |
main() | |
{ | |
cl_int ret; | |
cl_platform_id platform_id = NULL; | |
cl_uint num_platforms = 0; |
View beignet-bug2.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Compile with | |
// gcc -O2 --std=gnu99 -lOpenCL -g -Wno-deprecated-declarations | |
#include <CL/cl.h> | |
#include <stdio.h> | |
#include <assert.h> | |
int | |
main() | |
{ |
View gist:06ec3873fdcdca0f604b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:e02d00fa7e69f9c3faa99777646c177517bfb3e32ed2a82e0086422336cbeb48" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |
View pypy-tproxy.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Loop.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View gist:b054dc909f4712d11761
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:11e8b8cbd1204e31844d1ba679a17aa92ed7f61d9670164bb5bbd7034529ec7c" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ |
View utests.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform number 1 | |
platform_profile "FULL_PROFILE" | |
platform_name "Intel Gen OCL Driver" | |
platform_vendor "Intel" | |
platform_version "OpenCL 1.2 beignet 0.9.3" | |
platform_extensions "cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_icd" | |
device_profile "FULL_PROFILE" | |
device_name "Intel(R) HD Graphics Haswell GT2 Mobile" | |
device_vendor "Intel" | |
device_version "OpenCL 1.2 beignet 0.9.3" |
OlderNewer