Sun Serega
Sun Serega
Do you have any updates on this? I've implemented all the requests/suggestions. Please let me know if you want me to change the issue or somehow split this PR even...
Ok, I've fully removed everything you mentioned from (1) to (3), leaving only (4) and (5) It kinda sounds like you wanted me to also separate (4) and (5) into...
I don't agree with that one thing about `cl_image_pitch_info_qcom`, but otherwise, all suggestions are done. Your header generation script looks good. I should note that all `` tags with enums...
Ah, I was somehow sure there were more `condition` attributes before => most of them were replaced by `depends` => in-house scripts already work with `depends` to do the same...
> and has the same restrictions Well, it can represent more cases. For instance in this case: ``` ``` Here, I don't know how to convert this `condition` to `depends`,...
I think this would make these structures awkward to use in both native code like C/C++ (e.g. when the user wants to declare an inline array with some simple literals...
> it might be hard to replicate a container like that in C Yeah, I didn't mean declaring another type for it, I only meant adding extra bool fields as...
I'm sorry if that's impatient, but it's been almost 4 months and no one even commented. Can it be because I made this as a draft? I didn't think that...
The difference with `clBuildProgram` and `clCompileProgram` is that `clLinkProgram` creates a new program object. I put the most effort into not changing the current behavior of `clLinkProgram` when straightening it...
> if you do that would only be possible in a new specification version Yes, probably. But it can also be treated as a bug in some implementations, caused by...