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
It would be nice if compilation options could be set using a string, as we might see it in the render options, e.g. being able to say something like options.set("--device-int128") do the equivalent of options.support_128bit_integers = true and options.set("--language_dialect=c++17") do the equivalent of options.set_language_dialect(cpp17).
The text was updated successfully, but these errors were encountered:
It would be nice if compilation options could be set using a string, as we might see it in the render options, e.g. being able to say something like
options.set("--device-int128")
do the equivalent ofoptions.support_128bit_integers = true
andoptions.set("--language_dialect=c++17")
do the equivalent ofoptions.set_language_dialect(cpp17)
.The text was updated successfully, but these errors were encountered: