summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Add memset programTom Stellard2-0/+92
2012-04-27Add clSimpleCreateKernelStringTom Stellard2-3/+14
2012-03-26Add matrix multiplyTom Stellard3-1/+129
2012-03-26Add error stringsTom Stellard1-0/+2
2012-03-26XXXXTom Stellard1-0/+2
2012-03-26Add clSimpleEnqueueReadBuffer()Tom Stellard1-1/+23
2012-03-20Remove get_global_id tests that the driver should rejectTom Stellard1-3/+3
2012-03-19Add some more if testsTom Stellard6-1/+105
2012-03-16Add tests for if (x > y)Tom Stellard2-0/+23
2012-03-16Add clSimpleCreateBufferTom Stellard2-8/+23
2012-03-16Rename util.* to cl_util.*Tom Stellard8-34/+34
2012-03-15Turn get-global-id into a testTom Stellard2-11/+53
2012-03-15Rename helper functions to clSimple*Tom Stellard11-357/+404
2012-03-14Add #include <stdlib.h> to get_global_id_2d.c and loop.cTom Stellard2-0/+2
2012-03-14add clTestReadOutputTom Stellard3-27/+25
2012-03-14Add more helper functionsTom Stellard3-50/+70
2012-03-14Change util prefix from clu to clTestTom Stellard7-60/+60
2012-03-14Add loop exampleTom Stellard3-1/+73
2012-03-14fix up get_global_id_2dTom Stellard2-8/+10
2012-03-13Add get-global-id2dTom Stellard3-1/+73
2012-03-13Add cluSimpleInitTom Stellard3-17/+25
2012-03-13Add struct clu_contextTom Stellard2-15/+20
2012-03-13Add cluCreateCommandQueue()Tom Stellard3-10/+20
2012-03-13Add get_global_id exampleTom Stellard3-1/+128
2012-03-13Add cluCreateContext()Tom Stellard2-0/+19
2012-03-08util: Fix file loading bugTom Stellard1-2/+2
2012-03-07Add more modulo testsTom Stellard3-1/+24
2012-03-07Add modulo testsTom Stellard1-0/+24
2012-03-06Add integer division testsTom Stellard2-0/+29
2012-03-06Add integer multiply testsTom Stellard2-0/+17
2012-03-06Add section header to run_tests.shTom Stellard1-0/+4
2012-03-06Add a simple test runnerTom Stellard1-0/+26
2012-03-05Add math-int program for testing simple math operationsTom Stellard6-0/+314
2012-03-02Kernel name must match the name of the kernel functionTom Stellard1-1/+1
2012-03-02Move err_string function to util fileTom Stellard4-55/+64
2012-02-21Define __global as address space 1Tom Stellard1-2/+3
2012-02-14Program is completeTom Stellard1-1/+51
2012-02-13Add some more function callsTom Stellard2-1/+88
2012-02-09Add makefile and updateTom Stellard2-0/+20
2012-02-08Create context and command queueTom Stellard1-2/+35
2012-02-08Intial commitTom Stellard1-0/+62