I hereby claim:
- I am gicmo on github.
- I am kellner (https://keybase.io/kellner) on keybase.
- I have a public key whose fingerprint is 68BB E0E2 842C 388B 6B67 14A9 64E8 76E0 0BC9 01FF
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # generate a list of files with: find `pwd` -type f | sed -e "s/\//file:\/\/`hostname`/" > list.txt | |
| from __future__ import print_function | |
| import argparse | |
| from urlparse import urlparse | |
| import rdflib | |
| import sys | |
| import mimetypes |
| FROM buildpack-deps | |
| # base on tomcat from docker | |
| MAINTAINER Christian Kellner kellner@bio.lmu.de | |
| ENV DEBIAN_FRONTEND noninteractive | |
| RUN apt-get update | |
| RUN apt-get -y upgrade |
| // Created by Christian Kellner on 22/07/2014. | |
| // Copyright (c) 2014 G-Node. All rights reserved. | |
| // | |
| #include <iostream> | |
| #include <thread> | |
| #include <vector> | |
| #include <mutex> | |
| #include <utility> |
| #!/usr/bin/env python | |
| import commands | |
| import sys | |
| class PackageNotFoundError(StandardError): | |
| pass | |
| def pkg_config(*packages, **kw): | |
| flag_map = {'-I': 'include_dirs', '-L': 'library_dirs', '-l': 'libraries'} |
| // Copyleft (c) 2014 Christian Kellner | |
| // | |
| // Usage: ./clexptest [cast_to_float] [device_index] | |
| // cast_to_float: cast argument to exp() to float | |
| // device_index: index of the list of devices to use for testing | |
| // | |
| // Compile: | |
| // clang -std=c++11 -Wall -o clexptest -framework OpenCL -lc++ clexptest.cpp | |
| // | |
| // LICENSE: BSD-3 clause |
| //clang -Wall -std=c11 -framework Accelerate -o nrm2_crash nrm2_crash.c | |
| #include <Accelerate/Accelerate.h> | |
| int | |
| main(int argc, char **argv) | |
| { | |
| double x[2] = {1, 1}; | |
| double y = cblas_dnrm2(2, x, -1); | |
| printf("%lf\n", y); | |
| return 0; |
| [----------] Global test environment tear-down | |
| [==========] 9792 tests from 122 test cases ran. (407823 ms total) | |
| [ PASSED ] 9467 tests. | |
| [ FAILED ] 325 tests, listed below: | |
| [ FAILED ] TRSM_extratest.ctrsm | |
| [ FAILED ] ColumnMajor_SmallRange/GEMM.dgemm/24, where GetParam() = (1, 1, 0, 63, 63, 63, 48-byte object <00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00>, 1) | |
| [ FAILED ] ColumnMajor_SmallRange/GEMM.zgemm/24, where GetParam() = (1, 1, 0, 63, 63, 63, 48-byte object <00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00>, 1) | |
| [ FAILED ] ColumnMajor_SmallRange/GEMM.zgemm/48, where GetParam() = (1, 2, 0, 63, 63, 63, 48-byte object <00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00>, 1) | |
| [ FAILED ] RowMajor_SmallRange/GEMM.dgem |
| ./clinfo [master|◯] | |
| Found 1 platform(s). | |
| platform[0x7fff0000]: profile: FULL_PROFILE | |
| platform[0x7fff0000]: version: OpenCL 1.2 (Apr 25 2014 22:04:25) | |
| platform[0x7fff0000]: name: Apple | |
| platform[0x7fff0000]: vendor: Apple | |
| platform[0x7fff0000]: extensions: cl_APPLE_SetMemObjectDestructor cl_APPLE_ContextLoggingFunctions cl_APPLE_clut cl_APPLE_query_kernel_names cl_APPLE_gl_sharing cl_khr_gl_event | |
| platform[0x7fff0000]: Found 3 device(s). | |
| device[0xffffffff]: NAME: Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz | |
| device[0xffffffff]: VENDOR: Intel |
| Executed with: ./staging/test-short --gtest_filter="-*nrm2*" | |
| [----------] Global test environment tear-down | |
| [==========] 9792 tests from 122 test cases ran. (90050 ms total) | |
| [ PASSED ] 8079 tests. | |
| [ FAILED ] 1713 tests, listed below: | |
| [ FAILED ] TRSM_extratest.ctrsm | |
| [ FAILED ] ColumnMajor_SmallRange/GEMM.dgemm/24, where GetParam() = (1, 1, 0, 63, 63, 63, 48-byte object <00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00>, 1) | |
| [ FAILED ] ColumnMajor_SmallRange/GEMM.zgemm/24, where GetParam() = (1, 1, 0, 63, 63, 63, 48-byte object <00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00>, 1) | |
| [ FAILED ] ColumnMajor_SmallRange/GEMM.zgemm/48, where GetParam() = (1, 2, 0, 63, 63, 63, 48-byte object <00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00- |
I hereby claim:
To claim this, I am signing this object: