| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce aligned_malloc; drop more YTAlloc dependencies | babenko | 2022-11-03 | 1 | -1/+2 |
| | | |||||
| * | [pg] initialize tx timestamps | vvvv | 2022-10-30 | 1 | -21/+7 |
| | | | | | влияет на функции now, statement_timestamp - они будут брать кешированное значение с момента инициализации comp graph. clock_timestamp сейчас всегда возвращает некешированное системное время - это потом надо будет увести в TimeProvider | ||||
| * | Remove a workaround for ancient CUDA versions | dfyz | 2022-10-29 | 1 | -0/+34 |
| `#define noexcept throw()` is a questionable idea, since replacing `noexcept` with `throw()` in expressions such as `noexcept(true)` results in spectacular compiler errors. We stopped supporting CUDA 8 (and even CUDA 9) long ago, which means we can just get rid of the problematic define. | |||||
