Grafik Komit

4 Melakukan

Penulis SHA1 Pesan Tanggal
foreman a8cd480328 P4 to Git Change 1208996 by bsumner@bsumner-lin-opencl on 2015/11/09 14:14:50
SWDEV-10637 - clean up half_math and merge CI lib into main lib

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/library.cpp#19 edit
... //depot/stg/opencl/drivers/opencl/library/build/Makefile.library#46 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/Makefile#4 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/Makefile#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/build/Makefile#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/build/Makefile.hsail-amd-ci#18 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_argred.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_cosF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_expF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_logF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_rsqrtF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_sinF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_sincos.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/half_sqrtF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/argredhalfF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_cosF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_divideF.cl#4 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_exp10F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_exp2F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_expF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_log10F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_log2F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_logF.cl#4 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_powrF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_recipF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_rsqrtF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_sinF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_sincos.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_sqrtF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/half_tanF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/sincoshalfF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/tanredF.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/bin/hsa_dist.pl#3 edit
... //depot/stg/opencl/drivers/opencl/tests/hsa/bin/test_driver.pl#21 edit
2015-11-09 14:24:12 -05:00
foreman 09571ef71b P4 to Git Change 1193083 by yaxunl@yaxunl_stg_win50 on 2015/09/22 13:13:43
SWDEV-67990 - SPIR-V: Fix translation of OpImageQuerySize[Lod]. Implement it in builtin library as __spirv_ImageQuerySize[Lod] instead of by code.

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/library.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/SPRVInternal.h#18 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/SPRVReader.cpp#29 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/SPRVRegularizeOCL20.cpp#15 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/SPRVToOCL20.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/SPIRV/SPRVUtil.cpp#23 edit
... //depot/stg/opencl/drivers/opencl/library/Makefile#26 edit
... //depot/stg/opencl/drivers/opencl/library/build/Makefile.library#45 edit
... //depot/stg/opencl/drivers/opencl/library/spirv/Makefile#1 add
... //depot/stg/opencl/drivers/opencl/library/spirv/build/Makefile#1 add
... //depot/stg/opencl/drivers/opencl/library/spirv/build/Makefile.spirv#1 add
... //depot/stg/opencl/drivers/opencl/library/spirv/inc/spirv.h#1 add
... //depot/stg/opencl/drivers/opencl/library/spirv/src/ImageQuerySize.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/conformance/devel/2.0/test_conformance/opencl_conformance_tests_spirv.csv#14 edit
... //depot/stg/opencl/drivers/opencl/tests/conformance/devel/2.0/test_conformance/spirv/images_kernel_read_write.zip#1 add
... //depot/stg/opencl/drivers/opencl/tests/conformance/devel/2.0/test_conformance/spirv/images_samplerlessRead.zip#1 add
... //depot/stg/opencl/drivers/opencl/tests/conformance/devel/2.0/test_conformance/spirv/kernel_image_methods.zip#1 add
2015-09-22 13:21:01 -04:00
foreman 9a4720452f P4 to Git Change 1138545 by bsumner@bsumner-lin-opencl on 2015/04/08 09:54:25
ECR #304775 - initial work on ocml

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/lib/backends/common/library.cpp#17 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/include/llvm/AMDResolveLinker.h#5 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm/lib/Linker/AMDResolveLinker.cpp#9 edit
... //depot/stg/opencl/drivers/opencl/library/Makefile#25 edit
... //depot/stg/opencl/drivers/opencl/library/build/Makefile.library#44 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/gcn/src/math32/ldexpF.cl#3 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/exp10F.cl#3 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/exp2F.cl#3 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/expF.cl#3 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/log10F.cl#3 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/log2F.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/logF.cl#3 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/rsqrtF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail-amd-ci/src/math32/sqrtF.cl#2 delete
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/acosF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/acoshF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/acospiF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/asinF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/asinhF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/asinpiF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/atan2F.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/atan2piF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/atanF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/atanhF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/atanpiF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/cbrtF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/ceilF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/copysignF.cl#4 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/cosF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/coshF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/cospiF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/erfF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/erfcF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/exp10F.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/exp2F.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/expF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/expm1F.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/fabsF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/fdimF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/floorF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/fmaF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/fmodF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/fractF.cl#5 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/frexpF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/hypotF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/ilogbF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/ldexpF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/lgammaF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/log10F.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/log1pF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/log2F.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/logF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/logbF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/madF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/maxmagF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/minmagF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/modfF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/nanF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/nextafterF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/powF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/pownF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/powrF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/remainderF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/remquoF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/rintF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/rootnF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/roundF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/rsqrtF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/sinF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/sincosF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/sinhF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/sinpiF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/sqrtF.cl#3 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/tanF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/tanhF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/tanpiF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/tgammaF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/hsa/hsail/src/math32/truncF.cl#2 edit
... //depot/stg/opencl/drivers/opencl/library/ocml/Makefile#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/build/Makefile#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/build/Makefile.ocml#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/inc/ocml.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/acosF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/acoshF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/acospiF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/asinF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/asinhF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/asinpiF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atan2D_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atan2F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atan2F_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atan2piF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atanF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atanhF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/atanpiF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/cbrtD_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/cbrtF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/cbrtF_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/ceilF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/copysignF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/cosF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/coshF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/cospiF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/erfF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/erfcF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/exp10F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/exp2F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/expD_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/expF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/expF_base.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/expF_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/expm1F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fabsF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fdimF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/floorF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fmaF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fmaxF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fminF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fmodF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/fractF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/frexpF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/gcn.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/hsail.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/hypotF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/ilogbF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/isfiniteF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/isinfF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/isnanF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/ldexpF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/lgammaF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/lgamma_rF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/log10F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/log1pF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/log2F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/logD_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/logF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/logF_base.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/logF_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/logbF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/madF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/mathF.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/maxF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/maxmagF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/minF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/minmagF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/modfF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/nanF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/nextafterF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/pibitsD.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/powD_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/powF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/powF_base.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/pownF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/powrF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/privF.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/remainderF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/remainderF_base.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/remquoF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/rintF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/rootnF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/roundF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/rsqrtF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/rsqrtF_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sinF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sincosF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sincosred2F.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sincosredF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sinhF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sinhcoshD_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sinhcoshF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sinhcoshF_table.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sinpiF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/sqrtF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tables.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tables.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tanF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tanhF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tanpiF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tanredF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/tgammaF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/trigredF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/trigredF.h#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/trigredlargeF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/trigredsmallF.cl#1 add
... //depot/stg/opencl/drivers/opencl/library/ocml/src/truncF.cl#1 add
... //depot/stg/opencl/drivers/opencl/tests/hsa/bin/test_driver.pl#8 edit
2015-04-08 10:04:59 -04:00
foreman 3694ab2ce8 initial commit 2014-07-04 16:17:05 -04:00