File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ int main(int argc, char* argv[])
174174 // thrust::universal_vector<double> numbers(count);
175175 thrust::device_vector<double > numbers (count);
176176 ranx::cuda::generate_n
177- #elseif defined (__HIP_PLATFORM_AMD__)
177+ #elif defined(__HIP_PLATFORM_AMD__)
178178 thrust::device_vector<int > numbers (count);
179179 ranx::rocm::generate_n
180180#else
@@ -222,7 +222,7 @@ int main(int argc, char* argv[])
222222 // thrust::universal_vector<int> numbers(count);
223223 thrust::device_vector<int > numbers (count);
224224 ranx::cuda::generate_n
225- #elseif defined (__HIP_PLATFORM_AMD__)
225+ #elif defined(__HIP_PLATFORM_AMD__)
226226 thrust::device_vector<int > numbers (count);
227227 ranx::rocm::generate_n
228228#else
You can’t perform that action at this time.
0 commit comments