cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Support setting compilation options by string

Open eyalroz opened this issue 1 year ago • 0 comments

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).

eyalroz avatar Oct 21 '24 13:10 eyalroz