0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 17:28:18 +02:00
Commit graph

13933 commits

Author SHA1 Message Date
Jason Volk d9c087c037 ircd:🆑 Add bool operator to wrapper handle objects. 2022-06-17 21:11:53 -07:00
Jason Volk 77046c853e configure: Add xxd; add bc.cc to .gitignore; remove empty gitignore. 2022-06-17 21:11:53 -07:00
Jason Volk 90d4d8248c configure: Add -ljemalloc to LIBS; fix byzantine allocator linkages. 2022-06-17 21:11:53 -07:00
Jason Volk 6c443361bc ircd::buffer: Name some synthetic variables for debuggability. 2022-06-17 21:11:53 -07:00
Jason Volk 2106263dd4 ircd::buffer: Adorn out-of-line asio glue with noexcept. 2022-06-17 21:11:53 -07:00
Jason Volk 952e3d1f02 ircd:Ⓜ️ Use buffer size constants. 2022-06-17 21:11:53 -07:00
Jason Volk 994fc377c7 ircd:Ⓜ️ Dissolve m::matrix instance object; burden user instead. 2022-06-17 21:11:53 -07:00
Jason Volk fb771478ee ircd:Ⓜ️ Move module name list out of m::matrix object to internal. 2022-06-17 21:11:53 -07:00
Jason Volk 05b38fd0f1 construct: Ignore format-nonliteral warning here. 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 317577d6eb ircd::fs: Indicate no write-life hint support while executing in valgrind. 2022-06-17 21:11:53 -07:00
Jason Volk 3b6a63b2c0 ircd::allocator: Bypass mlock() in valgrind. 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 b39d3396f9 ircd:🆑 Decrease kern::range dimension. 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 d817536e23 ircd::simt: Use defined epsilon for normalization smoothing for now. 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 013117495c ircd::util: Add volatile overload for alignment checker. 2022-06-17 21:11:53 -07:00
Jason Volk 9c7ac98d9a ircd::util: Add involatile_cast() template convenience. 2022-06-17 21:11:53 -07:00
Jason Volk 1165d3e60c configure: Add conditionals for clang-14; workaround valgrind interp. 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
Jason Volk 7a0b169375 ircd:🆑 Increase version buffer width; stop propagation per device. 2022-06-17 21:11:53 -07:00
Jason Volk b0c9c9f8b2 ircd:🆑 Add work_completes accumulator to stats. 2022-06-17 21:11:53 -07:00
Jason Volk 24b6ee8f57 ircd:🆑 Add non-throwing 'maybe' feature for CL info/call templates. 2022-06-17 21:11:53 -07:00
Jason Volk af4d722ec3 ircd::fs: Support anonymous non-descript mapping. 2022-06-17 21:11:53 -07:00
Jason Volk e68b93fa61 ircd::fpe: Add debug log info; cold sections. 2022-06-17 21:11:53 -07:00
Jason Volk 366289823e ircd::gpt::vocab: Simplify overflow truncation length. 2022-06-17 21:11:53 -07:00
Jason Volk 18df9bd2da configure: Fix --disable-jemalloc option negation. 2022-06-17 21:11:53 -07:00
Jason Volk 8e268023d1 ircd: Add cfloat to standard include. 2022-06-17 21:11:53 -07:00
Jason Volk b7b1328352 ircd::gpt::pipe: Reuse logsm buffer for logexp intermediate values. 2022-06-17 21:11:53 -07:00
Jason Volk 4ff9176086 construct: Simplify run::level wait mechanism on init. 2022-06-17 21:11:53 -07:00
Jason Volk 2604f1370a ircd::buffer: Move abstract align/padding tools to ircd::util. 2022-06-17 21:11:53 -07:00
Jason Volk c92481475f ircd::buffer: Add padding bool constexpr; minor cleanup. 2022-06-17 21:11:53 -07:00
Jason Volk 6843d7a98d ircd::fs: Support more exotic alignments for memory mapped files. 2022-06-17 21:11:53 -07:00
Jason Volk b3dc9a9ac3 ircd::simt: Fixes for non-pow2 workgroup sizes. 2022-06-17 21:11:53 -07:00
Jason Volk f8da3a7dd6 ircd: Fix whitespace; fix comment. [ci skip] 2022-06-17 21:11:53 -07:00
Jason Volk 8bb8c19cda ircd::allocator: Add mlock2(2) interface wrapping. 2022-06-17 21:11:53 -07:00
Jason Volk e9fe4f33bb configure: Check for mprotect(2). 2022-06-17 21:11:53 -07:00
Jason Volk d029de6a7a ircd::tokens: Simplify overload resolution w/ closure bool return. 2022-06-17 21:11:53 -07:00
Jason Volk 9fcca617df ircd::util: Complete the closure_bool template tool. 2022-06-17 21:11:53 -07:00
Jason Volk 0b2b243c71 ircd::fs: Extend map interface with flush/sync. 2022-06-17 21:11:53 -07:00