Connector Switch
Connector Switch
Hi, could someone please take a look at this PR as well?🥰
Recent protobuf-cpp change already fixed the problem.
Linux builds are good now, but FreeBSD appears to be unsupported. @star-hengxing ``` /root/.xmake/cache/packages/2409/g/google-dawn/2024.09.16/source/google-dawn/src/tint/utils/memory/memory.cc 2024-09-17T11:17:17.3945787Z In file included from /root/.xmake/cache/packages/2409/g/google-dawn/2024.09.16/source/google-dawn/src/dawn/common/DynamicLib.cpp:32: 2024-09-17T11:17:17.3980369Z /root/.xmake/cache/packages/2409/g/google-dawn/2024.09.16/source/google-dawn/src/dawn/common/Platform.h:95:2: error: "Unsupported platform." 2024-09-17T11:17:17.4050619Z 95 | #error "Unsupported...
Considering the CI result from [https://github.com/xmake-io/xmake-repo/pull/3585](https://github.com/xmake-io/xmake-repo/pull/3585), it appears that the glfw package is functioning correctly. Therefore, I will close this issue for now. Please feel free to open another issue...
* **#172646** * **#172645** 👈 (View in Graphite) * **#172643** * **#172498** * **#172312** * **#172311** * `main` This stack of pull requests is managed by Graphite. Learn more about...
### Merge activity * **Dec 18, 3:02 PM UTC**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.com/github/pr/llvm/llvm-project/172645).
testing script: ```python import torch import torch.nn as nn import torch.nn.functional as F import triton.testing class CausalConv3d_A(nn.Conv3d): """ Implementation A: Fully explicit padding using F.pad """ def __init__(self, *args, **kwargs):...
@sayakpaul @yiyixuxu @DN6 Please take a look, thanks!
> @c8ef could we also check if the performance further improves with `torch.compile`? After compilation, the two CausalConv modules have similar performance. However, I believe this optimization is still useful...
> Any reason for closing? Sorry, spotty connection and my phone glitched when I touched the screen...