<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/docs/cpu-target.md, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-06-22T10:48:53+00:00</updated>
<entry>
<title>Fix a small typo in CPU target docs (#7507)</title>
<updated>2025-06-22T10:48:53+00:00</updated>
<author>
<name>Mehmet Oguz Derin</name>
<email>mehmetoguzderin@mehmetoguzderin.com</email>
</author>
<published>2025-06-22T10:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=4b7a8997cddc5fdbfad7f54bdbdb00be0827c899'/>
<id>urn:sha1:4b7a8997cddc5fdbfad7f54bdbdb00be0827c899</id>
<content type='text'>
Compiler word was missing after C/C++ in CPU target documentation. Thank you in advance!</content>
</entry>
<entry>
<title>docs: Reduce typo count (#5671)</title>
<updated>2024-11-29T07:02:19+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-11-29T07:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c3557978cf0184aaf75c27c309bc87e84fd6ab79'/>
<id>urn:sha1:c3557978cf0184aaf75c27c309bc87e84fd6ab79</id>
<content type='text'>
Co-authored-by: Ellie Hermaszewska &lt;ellieh@nvidia.com&gt;</content>
</entry>
<entry>
<title>Markdown emphasis corrections (#5588)</title>
<updated>2024-11-19T17:08:20+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-11-19T17:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0bf6a668208c65c980648fbe74a8c0a7bf4ded77'/>
<id>urn:sha1:0bf6a668208c65c980648fbe74a8c0a7bf4ded77</id>
<content type='text'>
* Add markdown formatting to extras/formatting.sh

* Correct formatting in markdown

* Warn on unrecognized argument in formatting script

* Print all diffs in formatting script

* Correct markdown emph formatting

* Don't format markdown by default

---------

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Swap the term StdLib with Core-Module or Standard-Module in documents (#5414)</title>
<updated>2024-10-26T04:12:37+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-10-26T04:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0'/>
<id>urn:sha1:a508b264eda4bc3c99ba1f44eab1dec6e5ce06c0</id>
<content type='text'>
This PR is limited to documents.
All use of "Standard library" or "StdLib" are replaced with either "core module" or "standard modules", depending on the context.</content>
</entry>
<entry>
<title>Fix a few documentation typos (#5396)</title>
<updated>2024-10-24T03:34:49+00:00</updated>
<author>
<name>cheneym2</name>
<email>acheney@nvidia.com</email>
</author>
<published>2024-10-24T03:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=fb50c032959d0f21579e8a6e1a0ab7141c7fbb97'/>
<id>urn:sha1:fb50c032959d0f21579e8a6e1a0ab7141c7fbb97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Typo fixes in cpu-target.md. (#2333)</title>
<updated>2022-07-19T19:25:27+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2022-07-19T19:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=d118134df5ae76fcc26626e771f4ca03a2fb43f1'/>
<id>urn:sha1:d118134df5ae76fcc26626e771f4ca03a2fb43f1</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* Small improvements to cpu-target documentation.

* More improvements to cpu-target.md doc.

* More CPU target doc improvements.

* More improvements around cpu-target.md

* More fixes and improvements.

* Added test for behavior of actual global and reflection.

* Add category to determine cpu word size, so that reflection tests can target width.

* Fix some typos in cpu-target.md</content>
</entry>
<entry>
<title>Yet more improvements/fixes to cpu-target.md (#2330)</title>
<updated>2022-07-19T17:55:01+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2022-07-19T17:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=798db8d2bef31355c8aba5ba926556b4a297bc5f'/>
<id>urn:sha1:798db8d2bef31355c8aba5ba926556b4a297bc5f</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* Small improvements to cpu-target documentation.

* More improvements to cpu-target.md doc.

* More CPU target doc improvements.

* More improvements around cpu-target.md

* More fixes and improvements.

* Added test for behavior of actual global and reflection.

* Add category to determine cpu word size, so that reflection tests can target width.</content>
</entry>
<entry>
<title>More cpu-target.md improvements. (#2329)</title>
<updated>2022-07-15T19:23:55+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2022-07-15T19:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=da8f050f9865635e5778589e1e3883b614d73266'/>
<id>urn:sha1:da8f050f9865635e5778589e1e3883b614d73266</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* Small improvements to cpu-target documentation.

* More improvements to cpu-target.md doc.

* More CPU target doc improvements.

* More improvements around cpu-target.md</content>
</entry>
<entry>
<title>Improvements to cpu-target documentation (#2328)</title>
<updated>2022-07-15T14:05:55+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2022-07-15T14:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0f859745806dcda05262d1a6b7c715e018f436b3'/>
<id>urn:sha1:0f859745806dcda05262d1a6b7c715e018f436b3</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* Small improvements to cpu-target documentation.

* More improvements to cpu-target.md doc.</content>
</entry>
<entry>
<title>CPU unsized array documentation and another example (#1080)</title>
<updated>2019-10-11T18:35:07+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2019-10-11T18:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=2420f47b56647d33e5dbb6730718905a767c7244'/>
<id>urn:sha1:2420f47b56647d33e5dbb6730718905a767c7244</id>
<content type='text'>
* WIP: Unsized arrays on CPU.

* unbounded-array-of-array working on CPU.

* Test that has an unbounded array of array directly (ie without wrapping with ParameterBlock). Test works on CPU.

* Remove some left over comments.

* Added documention on unsized array usage on CPU targets.
</content>
</entry>
</feed>
