The newest Cerebras SDK version (2.10.0) does not support the comptime_struct type and the @concat_structs operator anymore (see here). I suggest updating the compiler to account for that.
My primary question: is backward compatibility needed, e.g. do we need to implement a version check and do conditional compilation based on the cluster sdk version?
The newest Cerebras SDK version (2.10.0) does not support the
comptime_structtype and the@concat_structsoperator anymore (see here). I suggest updating the compiler to account for that.My primary question: is backward compatibility needed, e.g. do we need to implement a version check and do conditional compilation based on the cluster sdk version?