Enabling c_sym backend for symbolics_14#2467
Enabling c_sym backend for symbolics_14#2467anutosh491 wants to merge 1 commit intolcompilers:mainfrom
Conversation
|
I do my few doubts though. Consider symbolics_14 Now after the Here my observation says
And hence this ends up working with both llvm_sym and c_sym backends |
|
But if we check the example out of #2450 or (symbolics_15 too in that case) Even for this case we would end up with a Hence although I have enabled the c backend for symbolics_14, I think we should discuss why this works and if it is intended to work ! |
|
We should also discuss how assignment of a symbolic list has been done in symbolics_11.py |
bdcf48b to
9f372c4
Compare
|
To answer your questions, it seems the main bug is #2469, so let's fix it. Then we can worry about the rest if there are any other bugs. |
|
The c_sym backend was correctly supported for symbolics_14.py through #2477, hence this PR can now be closed. |
Now that #2454 has been merged (fixing issues related to the c_sym backend) , I think symbolics_14 can be supported through it.