Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-27 | Add clSimpleCreateKernelString | Tom Stellard | 2 | -3/+14 | |
2012-03-26 | Add matrix multiply | Tom Stellard | 3 | -1/+129 | |
2012-03-26 | Add error strings | Tom Stellard | 1 | -0/+2 | |
2012-03-26 | XXXX | Tom Stellard | 1 | -0/+2 | |
2012-03-26 | Add clSimpleEnqueueReadBuffer() | Tom Stellard | 1 | -1/+23 | |
Also a better error mesage for clCreateBuffer() | |||||
2012-03-20 | Remove get_global_id tests that the driver should reject | Tom Stellard | 1 | -3/+3 | |
These hang the GPU | |||||
2012-03-19 | Add some more if tests | Tom Stellard | 6 | -1/+105 | |
2012-03-16 | Add tests for if (x > y) | Tom Stellard | 2 | -0/+23 | |
2012-03-16 | Add clSimpleCreateBuffer | Tom Stellard | 2 | -8/+23 | |
2012-03-16 | Rename util.* to cl_util.* | Tom Stellard | 8 | -34/+34 | |
2012-03-15 | Turn get-global-id into a test | Tom Stellard | 2 | -11/+53 | |
2012-03-15 | Rename helper functions to clSimple* | Tom Stellard | 11 | -357/+404 | |
2012-03-14 | Add #include <stdlib.h> to get_global_id_2d.c and loop.c | Tom Stellard | 2 | -0/+2 | |
2012-03-14 | add clTestReadOutput | Tom Stellard | 3 | -27/+25 | |
2012-03-14 | Add more helper functions | Tom Stellard | 3 | -50/+70 | |
2012-03-14 | Change util prefix from clu to clTest | Tom Stellard | 7 | -60/+60 | |
2012-03-14 | Add loop example | Tom Stellard | 3 | -1/+73 | |
2012-03-14 | fix up get_global_id_2d | Tom Stellard | 2 | -8/+10 | |
2012-03-13 | Add get-global-id2d | Tom Stellard | 3 | -1/+73 | |
2012-03-13 | Add cluSimpleInit | Tom Stellard | 3 | -17/+25 | |
2012-03-13 | Add struct clu_context | Tom Stellard | 2 | -15/+20 | |
2012-03-13 | Add cluCreateCommandQueue() | Tom Stellard | 3 | -10/+20 | |
2012-03-13 | Add get_global_id example | Tom Stellard | 3 | -1/+128 | |
2012-03-13 | Add cluCreateContext() | Tom Stellard | 2 | -0/+19 | |
2012-03-08 | util: Fix file loading bug | Tom Stellard | 1 | -2/+2 | |
2012-03-07 | Add more modulo tests | Tom Stellard | 3 | -1/+24 | |
2012-03-07 | Add modulo tests | Tom Stellard | 1 | -0/+24 | |
2012-03-06 | Add integer division tests | Tom Stellard | 2 | -0/+29 | |
2012-03-06 | Add integer multiply tests | Tom Stellard | 2 | -0/+17 | |
2012-03-06 | Add section header to run_tests.sh | Tom Stellard | 1 | -0/+4 | |
2012-03-06 | Add a simple test runner | Tom Stellard | 1 | -0/+26 | |
2012-03-05 | Add math-int program for testing simple math operations | Tom Stellard | 6 | -0/+314 | |
Usage: ./math-int kernel_name arg0 arg1 expected_value | |||||
2012-03-02 | Kernel name must match the name of the kernel function | Tom Stellard | 1 | -1/+1 | |
2012-03-02 | Move err_string function to util file | Tom Stellard | 4 | -55/+64 | |
2012-02-21 | Define __global as address space 1 | Tom Stellard | 1 | -2/+3 | |
2012-02-14 | Program is complete | Tom Stellard | 1 | -1/+51 | |
2012-02-13 | Add some more function calls | Tom Stellard | 2 | -1/+88 | |
2012-02-09 | Add makefile and update | Tom Stellard | 2 | -0/+20 | |
2012-02-08 | Create context and command queue | Tom Stellard | 1 | -2/+35 | |
2012-02-08 | Intial commit | Tom Stellard | 1 | -0/+62 | |