| 6 Mar 2023 |
hexa | ah lol | 21:56:14 |
hexa | did the two previous runs use cuda? | 21:56:27 |
SomeoneSerge (matrix works sometimes) | That app they're using prints a line "using cpu" or "using gpu" | 21:56:58 |
hexa | oh, silly me | 21:57:07 |
hexa | got it | 21:57:11 |
SomeoneSerge (matrix works sometimes) | So all of the runs, including OP's, use cpu | 21:57:13 |
SomeoneSerge (matrix works sometimes) | An obvious first step would be to decipher upstream's CI (dockerfiles?) and compare the cmake flags, I guess. And step zero is to find someone motivated to do that | 21:59:45 |
hexa | yikes, step zero sounds hard | 22:01:07 |
hexa | but yeah, understanding how they arrive at their wheel is the way | 22:01:32 |
SomeoneSerge (matrix works sometimes) | In reply to @ss:someonex.net An obvious first step would be to decipher upstream's CI (dockerfiles?) and compare the cmake flags, I guess. And step zero is to find someone motivated to do that Extracting actual CMakeCache.txt and literally running diff? | 22:01:54 |
hexa | https://github.com/pytorch/pytorch/tree/master/.github/workflows | 22:02:12 |
hexa | which one 😄 | 22:02:14 |
hexa | or is it here? https://github.com/pytorch/pytorch/tree/master/.circleci | 22:02:28 |
SomeoneSerge (matrix works sometimes) | )))) | 22:02:35 |
hexa | they have their own actions https://github.com/pytorch/pytorch/tree/master/.github/actions | 22:04:28 |
hexa | that they use in their workflows | 22:04:34 |
SomeoneSerge (matrix works sometimes) | 2018 https://discuss.pytorch.org/t/how-is-pytorch-pip-version-compiled-flags-libs-cpu-only/18459 | 22:06:44 |
SomeoneSerge (matrix works sometimes) | Redacted or Malformed Event | 22:07:11 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network or is it here? https://github.com/pytorch/pytorch/tree/master/.circleci You anticipated so many options and they were all wrong | 22:07:58 |
hexa | yeah, I'm surprised. | 22:08:22 |
SomeoneSerge (matrix works sometimes) | But are you impressed | 22:08:29 |
hexa | oh yes, I am | 22:08:33 |
hexa | thanks for teaching me, master | 22:08:41 |
hexa | we are also missing libgomp | 22:13:44 |
hexa | * we are also missing libgomp? | 22:13:45 |
SomeoneSerge (matrix works sometimes) | Doesn't it come with stdenv? | 22:14:35 |
hexa | good question | 22:17:16 |
SomeoneSerge (matrix works sometimes) | export CMAKE_LIBRARY_PATH="/opt/intel/lib:/lib:$CMAKE_LIBRARY_PATH" | 22:17:25 |
SomeoneSerge (matrix works sometimes) | I wonder if that Darwin machine was x86 or arm | 22:17:47 |
SomeoneSerge (matrix works sometimes) | They also reference llvm in some places | 22:19:17 |