inducer / loopy

A code generator for array-based code on CPUs and GPUs
http://mathema.tician.de/software/loopy
MIT License
565 stars 71 forks source link

c_execution: remove unused source_suffix argument to GCCToolchain #830

Closed alexfikl closed 4 months ago

alexfikl commented 4 months ago

This doesn't seem to be used anywhere -- the CCompiler class has its own source_suffix argument.

xref: Tried to remove pytools.Record from codepy and this field was added only here.

Needs inducer/arraycontext#252.

alexfikl commented 4 months ago

Hm, seems like jax had some breaking changes :(

inducer commented 4 months ago

Thx!