I’m getting the following error message:
[font=“Courier New”][indent]1>Signal: caught in Global Optimization – Expression Reshaping phase.
1>(0): Error: Signal caught in phase Global Optimization – Expression Reshaping – processing aborted
1>nvopencc ERROR: C:\Program Files\NVIDIA Corporation\CUDA\bin/…/open64/lib//be.exe returned non-zero status 3
[/indent][/font]
From these error strings I can’t even make out what I’m doing wrong to cause this error. Any idea? :rolleyes:
I have also encountered this error. Unfortunately I cannot post code, but the error seems to be associated with a kernel calling another kernel inside a while loop. In my case, kernel A calls kernel B, which says “while (something simple), call kernel C”. AndreiB is also calling a kernel in a loop, so maybe we’re seeing the same thing.
The error message is:
1>Signal: caught in Global Optimization – Expression Reshaping phase.
1>(0): Error: Signal caught in phase Global Optimization – Expression Reshaping – processing aborted
1>nvopencc ERROR: C:\CUDA\bin/…/open64/lib//be.exe returned non-zero status 3
My code compiles fine in CUDA 2.0, but crashes the compiler in 2.1 and 2.2 beta. It’s preventing me from upgrading and using all those nice new features! Any chance of getting a fix soon?
Brian, if you have access to 2.2 beta then I assume that you’re a registered developer. You can (and should) file a bug report. Without doing so chances that this will be fixed are quite low.
Oddly enough, I had tried that, but the bug reporting system appears to be down (looks like a database connection issue). Where does one file meta-bug-reports?