Compile errors wt 258.19 Testing on win7-64

Thought I would try out OpenCL 1.1 beta 1, but I think I am going to have to bailout. Still using JavaCL 1.0 bindings, (1.1 test version exists) I was able to run the JavaCL Hardware Report Demo app, and a small unit test program of one of my kernels.

When I run my main application, I was able to create context, devices, & queues. Create / load buffers and build some kernels, but the largest one generates a page of errors on build. This precluded actually running any kernels.

[codebox]ptxas application ptx input, line 310; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 310; error : Call target not recognized

ptxas application ptx input, line 310; error : Function ‘_Z8atom_incPU5__as1Vi’ not declared in this scope

ptxas application ptx input, line 310; error : Call target not recognized

ptxas application ptx input, line 435; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 435; error : Call target not recognized

ptxas application ptx input, line 435; error : Function ‘_Z8atom_incPU5__as1Vi’ not declared in this scope

ptxas application ptx input, line 435; error : Call target not recognized

ptxas application ptx input, line 481; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 481; error : Call target not recognized

ptxas application ptx input, line 481; error : Function ‘_Z8atom_addPU5__as1Vii’ not declared in this scope

ptxas application ptx input, line 481; error : Call target not recognized

ptxas application ptx input, line 504; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 504; error : Call target not recognized

ptxas application ptx input, line 504; error : Function ‘_Z8atom_addPU5__as1Vii’ not declared in this scope

ptxas application ptx input, line 504; error : Call target not recognized

ptxas application ptx input, line 525; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 525; error : Call target not recognized

ptxas application ptx input, line 525; error : Function ‘_Z8atom_addPU5__as1Vii’ not declared in this scope

ptxas application ptx input, line 525; error : Call target not recognized

ptxas application ptx input, line 620; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 620; error : Call target not recognized

ptxas application ptx input, line 620; error : Function ‘_Z8atom_incPU5__as1Vi’ not declared in this scope

ptxas application ptx input, line 620; error : Call target not recognized

ptxas application ptx input, line 666; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 666; error : Call target not recognized

ptxas application ptx input, line 666; error : Function ‘_Z8atom_addPU5__as1Vii’ not declared in this scope

ptxas application ptx input, line 666; error : Call target not recognized

ptxas application ptx input, line 689; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 689; error : Call target not recognized

ptxas application ptx input, line 689; error : Function ‘_Z8atom_addPU5__as1Vii’ not declared in this scope

ptxas application ptx input, line 689; error : Call target not recognized

ptxas application ptx input, line 710; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 710; error : Call target not recognized

ptxas application ptx input, line 710; error : Function ‘_Z8atom_addPU5__as1Vii’ not declared in this scope

ptxas application ptx input, line 710; error : Call target not recognized

ptxas application ptx input, line 768; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 768; error : Call target not recognized

ptxas application ptx input, line 768; error : Function '_Z11read_imagefPU5__as018__image2d_t_opaquejU12__vectors

2v2i’ not declared in this scope

ptxas application ptx input, line 768; error : Call target not recognized

ptxas application ptx input, line 797; error : Label expected for argument 0 of instruction ‘call’

ptxas application ptx input, line 797; error : Call target not recognized

ptxas application ptx input, line 797; error : Function '_Z11read_imagefPU5__as018__image2d_t_opaquejU12__vectors

2v2i’ not declared in this scope

ptxas application ptx input, line 797; error : Call target not recognized[/codebox]

My kernel only has 562 lines, so these line #'s are on level below source. I’ll file a bug, if requested (PM me), but I have no real clue what this is. When I leave I will go to last 257 driver, as I was still on 197.41 on win7, where this worked an hour ago.

Edit: 257.21 ran fine