Commit 1715061
committed
Add OverrideInitData adapt_structure for GPU compatibility
- Analyzed isbits requirements and OverrideInitData field types
- Found that metadata field is primary GPU compatibility issue
- Added adapt_structure for OverrideInitData that:
* Adapts initializeprob field to target backend
* Sets metadata to nothing for GPU compatibility
* Preserves all other functional fields
- Testing shows successful DAE solving with constraint satisfaction
- Neither approach makes OverrideInitData fully isbits due to field type limitations
- Current implementation provides sufficient GPU compatibility
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ecc958f commit 1715061
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments