cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

maximmoroz
Journeyman III

Win7 64bit, Catalyst 12.4, Cayman (6950): The compiler hangs

I have a relatively small OpenCL source file which cannot be built: The compiler hangs. KernelAnalyzer hangs too. The source file is attached.

Any help is appreciated.

0 Likes
8 Replies

maximmoroz,

Thanks for reporting this issue. This has been fixed internally and it should show up in the next catalyst release. Have you tried the 12.6 beta to see if it fixes your issue? http://support.amd.com/us/kbarticles/Pages/AMDCatalyst126beta.aspx

Hi Micah,

12.6 fixes the issue indeed. Still the compilation time takes a lot. It takes about a minute to compile the kernel; which is hardly acceptable.

And kernel analyzer shows that the compiler is not able to optimize efficiently (see "Not unrolled because its trip count is unknown" messages:

LOOP UNROLL: pragma unroll (line 278)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 273)
    Not unrolled because its trip count is unknown!
LOOP UNROLL: pragma unroll (line 268)
    Not unrolled because its trip count is unknown!
LOOP UNROLL: pragma unroll (line 178)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 234)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 230)
    Not unrolled because its trip count is unknown!
LOOP UNROLL: pragma unroll (line 226)
    Not unrolled because its trip count is unknown!
LOOP UNROLL: pragma unroll (line 219)
    Unrolled as requested!
LOOP UNROLL: pragma unroll (line 215)
    Not unrolled because pragma requests no unroll
LOOP UNROLL: pragma unroll (line 211)
    Not unrolled because pragma requests no unroll
LOOP UNROLL: pragma unroll (line 165)
    Not unrolled because pragma requests no unroll
LOOP UNROLL: pragma unroll (line 129)
    Unrolled as requested!

Thank you.

0 Likes

try implement binary kernels.

0 Likes

This is not possible in my problem. I generate source code of the kernel in run-time.

0 Likes

With an internal debug build, this compiled in a few seconds, so expect improvements with our next release.

0 Likes

May I expect the fix in 12.6 release?

0 Likes

I don't know exactly what the cause of the slowdown is, just that it has been fixed at some point between 12.6 beta and what should be in our next release.

0 Likes

Thanks again.

0 Likes