You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parts of the code NLP preprocessing code need to be revisited since they are "wired" to work only on CPU. Need to either use generic hiopVector kernels or port these parts using Raja. This is especially pervasive in fixed variables removal.
@cnpetra, in #153 I set in hiopOptions::ensureConsistence() to replace "remove" with "relax" option for fixed variables whenever GPU mode is enabled. This may be sufficient to address this issue at least for the time being. Removing fixed variables on GPU device would require more refactoring.
parts of the code NLP preprocessing code need to be revisited since they are "wired" to work only on CPU. Need to either use generic hiopVector kernels or port these parts using Raja. This is especially pervasive in fixed variables removal.
@pelesh
The text was updated successfully, but these errors were encountered: