0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 03:43:47 +02:00
Commit graph

125 commits

Author SHA1 Message Date
Jason Volk 55a73624d2 ircd:🆑 MESA_GLSL_CACHE_DISABLE is deprecated. 2023-04-16 19:33:31 -07:00
Jason Volk dd6d17433e ircd:🆑 Stop propagation of platform and device initialization errors. 2023-04-10 18:00:14 -07:00
Jason Volk 521a04730c ircd:🆑 Conf items for device queueing and queue size defaults. 2023-01-01 21:28:54 +00:00
Jason Volk 517f109f3a ircd:🆑:exec: Override local size from reqd_work_group_size attribute. 2022-11-07 01:51:19 +00:00
Jason Volk 231a5305ca ircd:🆑 Additional device banner queries; improve formatting. 2022-11-03 18:28:53 +00:00
Jason Volk e8aea6f727 ircd:🆑 Optimize warp size query on AMD platforms supporting CL extension. 2022-11-03 18:28:53 +00:00
Jason Volk 35a994bafb ircd:🆑 Tweak queue properties for profiling exclusive of device queues. 2022-11-03 18:28:53 +00:00
Jason Volk 601a7a3a6a ircd:🆑:code: Add construction from files and directories. 2022-11-03 18:28:53 +00:00
Jason Volk 5aeadc2d52 ircd:🆑:code: Split createProgram related out of ctors; static iov_max. 2022-11-03 18:28:53 +00:00
Jason Volk 03e5f255c2 ircd:🆑 Modernize queue properties; enable ooe. 2022-10-05 20:08:40 +00:00
Jason Volk ef7471defd ircd:🆑 Add debug logs for mem creations. 2022-10-01 22:06:45 +00:00
Jason Volk 736c8014dd ircd:🆑 Default device info queries on init; promote log level; fix dev ref. 2022-09-30 17:30:55 +00:00
Jason Volk 3d990f0890 Revert "ircd:🆑 Isolate pthread enable hooking during init/finit."
This reverts commit 1a29e591ef.
2022-09-30 17:30:44 +00:00
Jason Volk da614e33a5 ircd:🆑 Replace niceness value with intensity by range partition. 2022-09-27 14:18:25 -07:00
Jason Volk 508d27eb40 ircd:🆑 Query to memoize warp sizes on init. 2022-09-27 12:23:43 -07:00
Jason Volk 2a608b8a7c ircd:🆑 Clarify value in banner w/ pretty bytes. 2022-09-13 18:30:40 -07:00
Jason Volk f1da346a1f ircd:🆑 Suppress CL_DEVICE_NOT_FOUND rather than throw on init. 2022-08-27 13:38:35 -07:00
Jason Volk 966ef2ca95 ircd:🆑 Log warnings on init rather than silent fallback.
ircd:🆑 Fix error msg; improve msg.
2022-08-27 13:38:35 -07:00
Jason Volk 5a4a395fc2 Add noexcept to various lambdas (gcc-11). 2022-06-29 14:42:42 -07:00
Jason Volk a71deec959 ircd:🆑 Clarify and improve complex cast (gcc-8). 2022-06-20 18:24:55 -07:00
Jason Volk e6ace21eda ircd:🆑 Fix conf item value extraction (gcc-9). 2022-06-19 22:05:21 -07:00
Jason Volk 4ae50c97d1 ircd: Various symbol internalizing and PLT reductions. 2022-06-17 21:11:54 -07:00
Jason Volk 04558290c0 ircd: Toward improving cold/unlikely section population. 2022-06-17 21:11:53 -07:00
Jason Volk 67c3c63832 ircd:🆑 Improve link debuglog; throw at runtime when not available. 2022-06-17 21:11:53 -07:00
Jason Volk c4d71701b8 ircd:🆑 Mute kernel debug info; mostly zeros from driver. 2022-06-17 21:11:53 -07:00
Jason Volk 2f790baae0 ircd:🆑 Allow relative region offset for constructions. 2022-06-17 21:11:53 -07:00
Jason Volk 19210277a2 ircd:🆑:data: Add master() method for associated memobject. 2022-06-17 21:11:53 -07:00
Jason Volk bf36da742b ircd:🆑 Fix warp size query related; stop propagation w/ log. 2022-06-17 21:11:53 -07:00
Jason Volk f9c3a617d2 ircd:🆑 Improve version banner; parse numeric. 2022-06-17 21:11:53 -07:00
Jason Volk 3d2994d271 ircd:🆑 Fix code::link() leaking program object. 2022-06-17 21:11:53 -07:00
Jason Volk d2833cb3e2 ircd:🆑 Improve code object semantics; handle related. 2022-06-17 21:11:53 -07:00
Jason Volk 6033f18694 ircd:🆑 Relax runlevel requirement for memory operations. 2022-06-17 21:11:53 -07:00
Jason Volk acb188a2ec ircd:🆑 Minor remove cruft. 2022-06-17 21:11:53 -07:00
Jason Volk e0d63bd000 ircd:🆑 Use acq_rel as invalidate semantic. 2022-06-17 21:11:53 -07:00
Jason Volk bef8a320d8 ircd:🆑 Disable radeon queue thread. 2022-06-17 21:11:53 -07:00
Jason Volk f5fb03b1b5 ircd:🆑:code: Add construction for IL. 2022-06-17 21:11:53 -07:00
Jason Volk 3e7875e314 ircd:🆑 Inline various move semantics; fix data::mapped move. 2022-06-17 21:11:53 -07:00
Jason Volk 1a29e591ef ircd:🆑 Isolate pthread enable hooking during init/finit. 2022-06-17 21:11:53 -07:00
Jason Volk b4e4c06890 ircd:🆑 Refactor interface for map-only/zero-copy approach. 2022-06-17 21:11:53 -07:00
Jason Volk aba8b6813e ircd:🆑 Remove the host ptr conf item for now. 2022-06-17 21:11:53 -07:00
Jason Volk b3d2c95474 ircd:🆑 Tweak device unit banner. 2022-06-17 21:11:53 -07:00
Jason Volk 9fb199ecf7 ircd:🆑 Add data maps/refs counts to interface wrapping. 2022-06-17 21:11:53 -07:00
Jason Volk 5a9a5e1094 ircd:🆑 Fix bug. (d69f8ffb9c) 2022-06-17 21:11:53 -07:00
Jason Volk fd39de53f4 ircd:🆑 Split header into directory; minor reorg. 2022-06-17 21:11:53 -07:00
Jason Volk 729092d410 ircd:🆑 Cleanup / split library linkage to private memfun; bind now.
Bind now to prevent issues from lazy binding on different threads and
when overriding with custom builds of mesa/icd.
2022-06-17 21:11:53 -07:00
Jason Volk 95c4e0af52 ircd:🆑 Simplify data interface related for now. 2022-06-17 21:11:53 -07:00
Jason Volk 5f7fff3646 ircd:🆑 Allow null handle for no-wait completion. 2022-06-17 21:11:53 -07:00
Jason Volk 97f3f232ca ircd:🆑 Improve naming of non-task transfer commands. 2022-06-17 21:11:53 -07:00
Jason Volk c9796fa9e0 ircd:🆑 Allow optional map closures; add write invalidate flag from cl1.2. 2022-06-17 21:11:53 -07:00
Jason Volk eb523a598b ircd:🆑 Improve initialization compat/errors/info related. 2022-06-17 21:11:53 -07:00