Commit 962d747
Append ROCm flag to compile definitions for Python instead of overwriting (facebookresearch#3742)
Summary:
Pull Request resolved: facebookresearch#3742
Before this change, the CMake line was setting (instead of appending to) compile definitions for Python code which replace the GPU wrappers flag and resulting in Python library compiling with no GPU code which failed ROCm tests.
Reviewed By: junjieqi
Differential Revision: D61007640
fbshipit-source-id: 174aeb0a4abe0607629ddf57c882d19ea2d6c6bf1 parent f2f73c7 commit 962d747
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments