From 70dfe45b8ad498c088c2700f41ba9d4ad520004e Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 14:58:00 -0500 Subject: [PATCH 01/10] Initial patch for multi version support --- .../bitonic_sort/bitonic_sort_vs2017.vcxproj | 43 +++++++++++------- .../bitonic_sort/bitonic_sort_vs2019.vcxproj | 43 +++++++++++------- .../bitonic_sort/bitonic_sort_vs2022.vcxproj | 43 +++++++++++------- .../convolution/convolution_vs2017.vcxproj | 43 +++++++++++------- .../convolution/convolution_vs2019.vcxproj | 43 +++++++++++------- .../convolution/convolution_vs2022.vcxproj | 43 +++++++++++------- .../floyd_warshall_vs2017.vcxproj | 43 +++++++++++------- .../floyd_warshall_vs2019.vcxproj | 43 +++++++++++------- .../floyd_warshall_vs2022.vcxproj | 43 +++++++++++------- .../histogram/histogram_vs2017.vcxproj | 43 +++++++++++------- .../histogram/histogram_vs2019.vcxproj | 43 +++++++++++------- .../histogram/histogram_vs2022.vcxproj | 43 +++++++++++------- .../monte_carlo_pi_vs2017.vcxproj | 43 +++++++++++------- .../monte_carlo_pi_vs2019.vcxproj | 43 +++++++++++------- .../monte_carlo_pi_vs2022.vcxproj | 43 +++++++++++------- .../prefix_sum/prefix_sum_vs2017.vcxproj | 43 +++++++++++------- .../prefix_sum/prefix_sum_vs2019.vcxproj | 43 +++++++++++------- .../prefix_sum/prefix_sum_vs2022.vcxproj | 43 +++++++++++------- .../assembly_to_executable_vs2017.vcxproj | 41 ++++++++++------- .../assembly_to_executable_vs2019.vcxproj | 41 ++++++++++------- .../assembly_to_executable_vs2022.vcxproj | 41 ++++++++++------- HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj | 43 +++++++++++------- .../bit_extract/bit_extract_vs2017.vcxproj | 43 +++++++++++------- .../bit_extract/bit_extract_vs2019.vcxproj | 43 +++++++++++------- .../bit_extract/bit_extract_vs2022.vcxproj | 43 +++++++++++------- .../cooperative_groups_vs2017.vcxproj | 43 +++++++++++------- .../cooperative_groups_vs2019.vcxproj | 43 +++++++++++------- .../cooperative_groups_vs2022.vcxproj | 43 +++++++++++------- .../device_globals_vs2017.vcxproj | 43 +++++++++++------- .../device_globals_vs2019.vcxproj | 43 +++++++++++------- .../device_globals_vs2022.vcxproj | 43 +++++++++++------- .../device_query/device_query_vs2017.vcxproj | 43 +++++++++++------- .../device_query/device_query_vs2019.vcxproj | 43 +++++++++++------- .../device_query/device_query_vs2022.vcxproj | 43 +++++++++++------- .../dynamic_shared_vs2017.vcxproj | 43 +++++++++++------- .../dynamic_shared_vs2019.vcxproj | 43 +++++++++++------- .../dynamic_shared_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/events/events_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/events/events_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/events/events_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj | 43 +++++++++++------- .../hello_world/hello_world_vs2017.vcxproj | 43 +++++++++++------- .../hello_world/hello_world_vs2019.vcxproj | 43 +++++++++++------- .../hello_world/hello_world_vs2022.vcxproj | 43 +++++++++++------- .../inline_assembly_vs2017.vcxproj | 43 +++++++++++------- .../inline_assembly_vs2019.vcxproj | 43 +++++++++++------- .../inline_assembly_vs2022.vcxproj | 43 +++++++++++------- .../llvm_ir_to_executable_vs2017.vcxproj | 41 ++++++++++------- .../llvm_ir_to_executable_vs2019.vcxproj | 41 ++++++++++------- .../llvm_ir_to_executable_vs2022.vcxproj | 41 ++++++++++------- .../matrix_multiplication_vs2017.vcxproj | 43 +++++++++++------- .../matrix_multiplication_vs2019.vcxproj | 43 +++++++++++------- .../matrix_multiplication_vs2022.vcxproj | 43 +++++++++++------- .../module_api/module_api_vs2017.vcxproj | 41 ++++++++++------- .../module_api/module_api_vs2019.vcxproj | 41 ++++++++++------- .../module_api/module_api_vs2022.vcxproj | 41 ++++++++++------- .../moving_average_vs2017.vcxproj | 43 +++++++++++------- .../moving_average_vs2019.vcxproj | 43 +++++++++++------- .../moving_average_vs2022.vcxproj | 43 +++++++++++------- .../multi_gpu_data_transfer_vs2017.vcxproj | 43 +++++++++++------- .../multi_gpu_data_transfer_vs2019.vcxproj | 43 +++++++++++------- .../multi_gpu_data_transfer_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/occupancy/occupancy_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/occupancy/occupancy_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/occupancy/occupancy_vs2022.vcxproj | 43 +++++++++++------- .../opengl_interop_vs2017.vcxproj | 43 +++++++++++------- .../opengl_interop_vs2019.vcxproj | 43 +++++++++++------- .../opengl_interop_vs2022.vcxproj | 43 +++++++++++------- .../runtime_compilation_vs2017.vcxproj | 45 ++++++++++++------- .../runtime_compilation_vs2019.vcxproj | 45 ++++++++++++------- .../runtime_compilation_vs2022.vcxproj | 45 ++++++++++++------- HIP-Basic/saxpy/saxpy_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/saxpy/saxpy_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/saxpy/saxpy_vs2022.vcxproj | 43 +++++++++++------- .../shared_memory_vs2017.vcxproj | 43 +++++++++++------- .../shared_memory_vs2019.vcxproj | 43 +++++++++++------- .../shared_memory_vs2022.vcxproj | 43 +++++++++++------- .../static_host_library_vs2017.vcxproj | 43 +++++++++++------- .../static_host_library_vs2019.vcxproj | 43 +++++++++++------- .../static_host_library_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/streams/streams_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/streams/streams_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/streams/streams_vs2022.vcxproj | 43 +++++++++++------- .../texture_management_vs2017.vcxproj | 43 +++++++++++------- .../texture_management_vs2019.vcxproj | 43 +++++++++++------- .../texture_management_vs2022.vcxproj | 43 +++++++++++------- .../vulkan_interop_vs2017.vcxproj | 41 ++++++++++------- .../vulkan_interop_vs2019.vcxproj | 41 ++++++++++------- .../vulkan_interop_vs2022.vcxproj | 41 ++++++++++------- .../warp_shuffle/warp_shuffle_vs2017.vcxproj | 43 +++++++++++------- .../warp_shuffle/warp_shuffle_vs2019.vcxproj | 43 +++++++++++------- .../warp_shuffle/warp_shuffle_vs2022.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2017.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2019.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2022.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/her/her_vs2017.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/her/her_vs2019.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/her/her_vs2022.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/scal/scal_vs2017.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/scal/scal_vs2019.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/scal/scal_vs2022.vcxproj | 43 +++++++++++------- .../device_radix_sort_vs2017.vcxproj | 43 +++++++++++------- .../device_radix_sort_vs2019.vcxproj | 43 +++++++++++------- .../device_radix_sort_vs2022.vcxproj | 43 +++++++++++------- .../device_sum/device_sum_vs2017.vcxproj | 43 +++++++++++------- .../device_sum/device_sum_vs2019.vcxproj | 43 +++++++++++------- .../device_sum/device_sum_vs2022.vcxproj | 43 +++++++++++------- .../hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj | 43 +++++++++++------- .../hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj | 43 +++++++++++------- .../hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj | 43 +++++++++++------- .../hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj | 43 +++++++++++------- .../hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj | 43 +++++++++++------- .../hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj | 43 +++++++++++------- Libraries/hipSOLVER/gels/gels_vs2017.vcxproj | 43 +++++++++++------- Libraries/hipSOLVER/gels/gels_vs2019.vcxproj | 43 +++++++++++------- Libraries/hipSOLVER/gels/gels_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/geqrf/geqrf_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/geqrf/geqrf_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/geqrf/geqrf_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/gesvd/gesvd_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/gesvd/gesvd_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/gesvd/gesvd_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/getrf/getrf_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/getrf/getrf_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/getrf/getrf_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/potrf/potrf_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/potrf/potrf_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/potrf/potrf_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevd/syevd_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevd/syevd_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevd/syevd_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevdx/syevdx_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevdx/syevdx_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevdx/syevdx_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevj/syevj_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevj/syevj_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevj/syevj_vs2022.vcxproj | 43 +++++++++++------- .../syevj_batched_vs2017.vcxproj | 43 +++++++++++------- .../syevj_batched_vs2019.vcxproj | 43 +++++++++++------- .../syevj_batched_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvd/sygvd_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvd/sygvd_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvd/sygvd_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvj/sygvj_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvj/sygvj_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvj/sygvj_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/axpy/axpy_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/axpy/axpy_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/axpy/axpy_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/dot/dot_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/dot/dot_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/dot/dot_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/scal/scal_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/scal/scal_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/scal/scal_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/swap/swap_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/swap/swap_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/swap/swap_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/gemv/gemv_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/gemv/gemv_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/gemv/gemv_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/her/her_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/her/her_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/her/her_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_3/gemm/gemm_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_3/gemm/gemm_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_3/gemm/gemm_vs2022.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2017.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2019.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2022.vcxproj | 43 +++++++++++------- .../rocFFT/callback/callback_vs2017.vcxproj | 43 +++++++++++------- .../rocFFT/callback/callback_vs2019.vcxproj | 43 +++++++++++------- .../rocFFT/callback/callback_vs2022.vcxproj | 43 +++++++++++------- .../rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj | 43 +++++++++++------- .../rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj | 43 +++++++++++------- .../rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj | 43 +++++++++++------- .../block_sum/block_sum_vs2017.vcxproj | 41 ++++++++++------- .../block_sum/block_sum_vs2019.vcxproj | 41 ++++++++++------- .../block_sum/block_sum_vs2022.vcxproj | 41 ++++++++++------- .../device_sum/device_sum_vs2017.vcxproj | 41 ++++++++++------- .../device_sum/device_sum_vs2019.vcxproj | 41 ++++++++++------- .../device_sum/device_sum_vs2022.vcxproj | 41 ++++++++++------- .../simple_distributions_cpp_vs2017.vcxproj | 43 +++++++++++------- .../simple_distributions_cpp_vs2019.vcxproj | 43 +++++++++++------- .../simple_distributions_cpp_vs2022.vcxproj | 43 +++++++++++------- .../rocSOLVER/getf2/getf2_vs2017.vcxproj | 43 +++++++++++------- .../rocSOLVER/getf2/getf2_vs2019.vcxproj | 43 +++++++++++------- .../rocSOLVER/getf2/getf2_vs2022.vcxproj | 43 +++++++++++------- .../rocSOLVER/getri/getri_vs2017.vcxproj | 43 +++++++++++------- .../rocSOLVER/getri/getri_vs2019.vcxproj | 43 +++++++++++------- .../rocSOLVER/getri/getri_vs2022.vcxproj | 43 +++++++++++------- Libraries/rocSOLVER/syev/syev_vs2017.vcxproj | 43 +++++++++++------- Libraries/rocSOLVER/syev/syev_vs2019.vcxproj | 43 +++++++++++------- Libraries/rocSOLVER/syev/syev_vs2022.vcxproj | 43 +++++++++++------- .../syev_batched/syev_batched_vs2017.vcxproj | 43 +++++++++++------- .../syev_batched/syev_batched_vs2019.vcxproj | 43 +++++++++++------- .../syev_batched/syev_batched_vs2022.vcxproj | 43 +++++++++++------- .../syev_strided_batched_vs2017.vcxproj | 43 +++++++++++------- .../syev_strided_batched_vs2019.vcxproj | 43 +++++++++++------- .../syev_strided_batched_vs2022.vcxproj | 43 +++++++++++------- .../level_2/bsrmv/bsrmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/bsrmv/bsrmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/bsrmv/bsrmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/bsrsv/bsrsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/bsrsv/bsrsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/bsrsv/bsrsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/bsrxmv/bsrxmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/bsrxmv/bsrxmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/bsrxmv/bsrxmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/coomv/coomv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/coomv/coomv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/coomv/coomv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/csritsv/csritsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/csritsv/csritsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/csritsv/csritsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/csrmv/csrmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/csrmv/csrmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/csrmv/csrmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/csrsv/csrsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/csrsv/csrsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/csrsv/csrsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/ellmv/ellmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/ellmv/ellmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/ellmv/ellmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/gebsrmv/gebsrmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/gebsrmv/gebsrmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/gebsrmv/gebsrmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/gemvi/gemvi_vs2017.vcxproj | 43 +++++++++++------- .../level_2/gemvi/gemvi_vs2019.vcxproj | 43 +++++++++++------- .../level_2/gemvi/gemvi_vs2022.vcxproj | 43 +++++++++++------- .../level_2/spitsv/spitsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/spitsv/spitsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/spitsv/spitsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/spmv/spmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/spmv/spmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/spmv/spmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/spsv/spsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/spsv/spsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/spsv/spsv_vs2022.vcxproj | 43 +++++++++++------- .../level_3/bsrmm/bsrmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/bsrmm/bsrmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/bsrmm/bsrmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/bsrsm/bsrsm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/bsrsm/bsrsm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/bsrsm/bsrsm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/csrmm/csrmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/csrmm/csrmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/csrmm/csrmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/csrsm/csrsm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/csrsm/csrsm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/csrsm/csrsm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/gebsrmm/gebsrmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/gebsrmm/gebsrmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/gebsrmm/gebsrmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/gemmi/gemmi_vs2017.vcxproj | 43 +++++++++++------- .../level_3/gemmi/gemmi_vs2019.vcxproj | 43 +++++++++++------- .../level_3/gemmi/gemmi_vs2022.vcxproj | 43 +++++++++++------- .../level_3/sddmm/sddmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/sddmm/sddmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/sddmm/sddmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/spmm/spmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/spmm/spmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/spmm/spmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/spsm/spsm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/spsm/spsm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/spsm/spsm_vs2022.vcxproj | 43 +++++++++++------- .../bsric0/bsric0_vs2017.vcxproj | 43 +++++++++++------- .../bsric0/bsric0_vs2019.vcxproj | 43 +++++++++++------- .../bsric0/bsric0_vs2022.vcxproj | 43 +++++++++++------- .../bsrilu0/bsrilu0_vs2017.vcxproj | 43 +++++++++++------- .../bsrilu0/bsrilu0_vs2019.vcxproj | 43 +++++++++++------- .../bsrilu0/bsrilu0_vs2022.vcxproj | 43 +++++++++++------- .../csric0/csric0_vs2017.vcxproj | 43 +++++++++++------- .../csric0/csric0_vs2019.vcxproj | 43 +++++++++++------- .../csric0/csric0_vs2022.vcxproj | 43 +++++++++++------- .../csrilu0/csrilu0_vs2017.vcxproj | 43 +++++++++++------- .../csrilu0/csrilu0_vs2019.vcxproj | 43 +++++++++++------- .../csrilu0/csrilu0_vs2022.vcxproj | 43 +++++++++++------- .../csritilu0/csritilu0_vs2017.vcxproj | 43 +++++++++++------- .../csritilu0/csritilu0_vs2019.vcxproj | 43 +++++++++++------- .../csritilu0/csritilu0_vs2022.vcxproj | 43 +++++++++++------- .../preconditioner/gpsv/gpsv_vs2017.vcxproj | 43 +++++++++++------- .../preconditioner/gpsv/gpsv_vs2019.vcxproj | 43 +++++++++++------- .../preconditioner/gpsv/gpsv_vs2022.vcxproj | 43 +++++++++++------- .../preconditioner/gtsv/gtsv_vs2017.vcxproj | 43 +++++++++++------- .../preconditioner/gtsv/gtsv_vs2019.vcxproj | 43 +++++++++++------- .../preconditioner/gtsv/gtsv_vs2022.vcxproj | 43 +++++++++++------- .../device_ptr/device_ptr_vs2017.vcxproj | 41 ++++++++++------- .../device_ptr/device_ptr_vs2019.vcxproj | 41 ++++++++++------- .../device_ptr/device_ptr_vs2022.vcxproj | 41 ++++++++++------- Libraries/rocThrust/norm/norm_vs2017.vcxproj | 41 ++++++++++------- Libraries/rocThrust/norm/norm_vs2019.vcxproj | 41 ++++++++++------- Libraries/rocThrust/norm/norm_vs2022.vcxproj | 41 ++++++++++------- .../reduce_sum/reduce_sum_vs2017.vcxproj | 41 ++++++++++------- .../reduce_sum/reduce_sum_vs2019.vcxproj | 41 ++++++++++------- .../reduce_sum/reduce_sum_vs2022.vcxproj | 41 ++++++++++------- .../remove_points_vs2017.vcxproj | 41 ++++++++++------- .../remove_points_vs2019.vcxproj | 41 ++++++++++------- .../remove_points_vs2022.vcxproj | 41 ++++++++++------- .../rocThrust/saxpy/saxpy_vs2017.vcxproj | 41 ++++++++++------- .../rocThrust/saxpy/saxpy_vs2019.vcxproj | 41 ++++++++++------- .../rocThrust/saxpy/saxpy_vs2022.vcxproj | 41 ++++++++++------- .../rocThrust/vectors/vectors_vs2017.vcxproj | 41 ++++++++++------- .../rocThrust/vectors/vectors_vs2019.vcxproj | 41 ++++++++++------- .../rocThrust/vectors/vectors_vs2022.vcxproj | 41 ++++++++++------- 312 files changed, 8391 insertions(+), 4959 deletions(-) diff --git a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj index 6c7f54ab6..1e8b4c848 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bitonic_sort_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj index 6883e26f1..6a798dc66 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bitonic_sort_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj index f4ff18674..850ac08c9 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bitonic_sort_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/convolution/convolution_vs2017.vcxproj b/Applications/convolution/convolution_vs2017.vcxproj index 6887f96a8..946d802f4 100644 --- a/Applications/convolution/convolution_vs2017.vcxproj +++ b/Applications/convolution/convolution_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj convolution_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/convolution/convolution_vs2019.vcxproj b/Applications/convolution/convolution_vs2019.vcxproj index c050b05eb..1b10050ec 100644 --- a/Applications/convolution/convolution_vs2019.vcxproj +++ b/Applications/convolution/convolution_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj convolution_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/convolution/convolution_vs2022.vcxproj b/Applications/convolution/convolution_vs2022.vcxproj index 138b2916f..6953ed8ba 100644 --- a/Applications/convolution/convolution_vs2022.vcxproj +++ b/Applications/convolution/convolution_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj convolution_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj index cf921aae8..fef215028 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj floyd_warshall_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj index c011a5c99..b1ced32ca 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj floyd_warshall_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj index a3d409c4e..26514a94c 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj floyd_warshall_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/histogram/histogram_vs2017.vcxproj b/Applications/histogram/histogram_vs2017.vcxproj index 31849fb2e..bc751070b 100644 --- a/Applications/histogram/histogram_vs2017.vcxproj +++ b/Applications/histogram/histogram_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj histogram_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/histogram/histogram_vs2019.vcxproj b/Applications/histogram/histogram_vs2019.vcxproj index 504b5e944..03c127c7c 100644 --- a/Applications/histogram/histogram_vs2019.vcxproj +++ b/Applications/histogram/histogram_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj histogram_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/histogram/histogram_vs2022.vcxproj b/Applications/histogram/histogram_vs2022.vcxproj index 54fa91098..c5af3c788 100644 --- a/Applications/histogram/histogram_vs2022.vcxproj +++ b/Applications/histogram/histogram_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj histogram_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj index 43a3bfd19..b9a36ee67 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj monte_carlo_pi_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -36,25 +42,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -64,9 +68,12 @@ - + true + + true + true @@ -81,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -113,7 +120,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj index 7164e7fb8..985644cf6 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj monte_carlo_pi_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -36,25 +42,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -64,9 +68,12 @@ - + true + + true + true @@ -81,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -113,7 +120,11 @@ - - + + + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj index fe52cf547..e2c424e21 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj monte_carlo_pi_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -36,25 +42,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -64,9 +68,12 @@ - + true + + true + true @@ -81,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -113,7 +120,11 @@ - - + + + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj index f6d3ebc30..4df67c29d 100644 --- a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj prefix_sum_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj index 08e28d7b1..f820fa630 100644 --- a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj prefix_sum_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj index 8403fad74..f60b7e7e0 100644 --- a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj prefix_sum_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj index ca126e1ea..1b00425fa 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj assembly_to_executable_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -86,25 +92,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -114,9 +118,12 @@ - + true + + true + true @@ -133,7 +140,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -165,7 +172,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -201,7 +208,11 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj index f5fdbea5d..fd3e81e04 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj assembly_to_executable_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -86,25 +92,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -114,9 +118,12 @@ - + true + + true + true @@ -133,7 +140,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -165,7 +172,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -201,7 +208,11 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - + + + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj index 34fc5f75f..4497a5032 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj assembly_to_executable_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -86,25 +92,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -114,9 +118,12 @@ - + true + + true + true @@ -133,7 +140,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -165,7 +172,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -201,7 +208,11 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - + + + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj index d6367cd52..7eac003d9 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bandwidth_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj index 646332f46..a6f5f3c30 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bandwidth_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj index e36ce5ec3..e93fee8ef 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bandwidth_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj index 69d50d7e1..985a6bcfc 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bit_extract_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj index 378d5e316..a0bb8bba0 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bit_extract_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj index 2f8fd9cce..87e20fdc5 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bit_extract_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj index 52f52b2ee..f6c5717ca 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj cooperative_groups_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj index 528532062..8ec0fe2ef 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj cooperative_groups_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj index ba0b60357..1b36bcf12 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj cooperative_groups_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj index 8fce7324d..d7f671c7c 100644 --- a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_globals_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj index d29c5c998..80ca98456 100644 --- a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_globals_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj index 877c57489..ca9d2ff79 100644 --- a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_globals_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_query/device_query_vs2017.vcxproj b/HIP-Basic/device_query/device_query_vs2017.vcxproj index 274e8004f..6351ff294 100644 --- a/HIP-Basic/device_query/device_query_vs2017.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_query_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/device_query/device_query_vs2019.vcxproj b/HIP-Basic/device_query/device_query_vs2019.vcxproj index 88df9f18a..c5cce5d63 100644 --- a/HIP-Basic/device_query/device_query_vs2019.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_query_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_query/device_query_vs2022.vcxproj b/HIP-Basic/device_query/device_query_vs2022.vcxproj index c4cc64813..8ff6b18ae 100644 --- a/HIP-Basic/device_query/device_query_vs2022.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_query_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj index 218e7c201..46828e292 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj dynamic_shared_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj index 8a450d540..72124717b 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj dynamic_shared_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj index b4e5a164f..a67d30749 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj dynamic_shared_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/events/events_vs2017.vcxproj b/HIP-Basic/events/events_vs2017.vcxproj index 731ed6c8b..5c8f987fd 100644 --- a/HIP-Basic/events/events_vs2017.vcxproj +++ b/HIP-Basic/events/events_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj events_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/events/events_vs2019.vcxproj b/HIP-Basic/events/events_vs2019.vcxproj index 714a70b99..b169b9ab8 100644 --- a/HIP-Basic/events/events_vs2019.vcxproj +++ b/HIP-Basic/events/events_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj events_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/events/events_vs2022.vcxproj b/HIP-Basic/events/events_vs2022.vcxproj index fc1183942..de11cfcae 100644 --- a/HIP-Basic/events/events_vs2022.vcxproj +++ b/HIP-Basic/events/events_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj events_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj index f47aec1a8..d3025d217 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gpu_arch_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj index 095576a96..98d06450d 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gpu_arch_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj index d9b53e2c3..83f335e08 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gpu_arch_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj index 45b17b1fd..f0273db28 100644 --- a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj hello_world_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj index d4fb26a54..659a45a39 100644 --- a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj hello_world_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj index c8f5a8a36..ca314d9bb 100644 --- a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj hello_world_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj index 200152722..58b5b94c8 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj inline_assembly_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj index b9f6a767d..576cff2be 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj inline_assembly_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj index d05c78919..fd74240bc 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj inline_assembly_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj index fc45d402b..1640f1ffb 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj llvm_ir_to_executable_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -118,7 +125,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -152,7 +159,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj index 26c2d0d2a..3f4c59175 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj llvm_ir_to_executable_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -118,7 +125,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -152,7 +159,11 @@ - - + + + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj index 0ecc8ad98..a292a2307 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj llvm_ir_to_executable_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -118,7 +125,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -152,7 +159,11 @@ - - + + + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj index 34da034fe..e5a06a3d9 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj matrix_multiplication_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj index 633560ca1..c20945025 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj matrix_multiplication_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj index 807fc2982..17a309eaf 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj matrix_multiplication_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/module_api/module_api_vs2017.vcxproj b/HIP-Basic/module_api/module_api_vs2017.vcxproj index c3588b944..23ef370f5 100644 --- a/HIP-Basic/module_api/module_api_vs2017.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj module_api_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -40,25 +46,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -68,9 +72,12 @@ - + true + + true + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -117,7 +124,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/module_api/module_api_vs2019.vcxproj b/HIP-Basic/module_api/module_api_vs2019.vcxproj index af95a36da..a7c75f0f5 100644 --- a/HIP-Basic/module_api/module_api_vs2019.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj module_api_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -40,25 +46,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -68,9 +72,12 @@ - + true + + true + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -117,7 +124,11 @@ - - + + + + + + diff --git a/HIP-Basic/module_api/module_api_vs2022.vcxproj b/HIP-Basic/module_api/module_api_vs2022.vcxproj index 35ca3d868..4d18b07cd 100644 --- a/HIP-Basic/module_api/module_api_vs2022.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj module_api_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -40,25 +46,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -68,9 +72,12 @@ - + true + + true + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -117,7 +124,11 @@ - - + + + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj index a040458e5..6d00c2d6d 100644 --- a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj moving_average_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj index e4c8e55bf..bbdae4aed 100644 --- a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj moving_average_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj index a0e25c23f..1f9abc3f0 100644 --- a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj moving_average_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj index 986a2f41b..7e203ffbe 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj multi_gpu_data_transfer_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj index d0a586bc1..6041f6eab 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj multi_gpu_data_transfer_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj index 0de34353f..524d64534 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj multi_gpu_data_transfer_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj index 2939b56c3..24c42f48b 100644 --- a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj occupancy_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj index 655b7ae3d..5c489cd7a 100644 --- a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj occupancy_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj index 8725934bd..83885dfc1 100644 --- a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj occupancy_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj index c6bbcde78..57ece0807 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj opengl_interop_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -35,25 +41,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -63,6 +67,9 @@ + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +114,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,7 +149,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj index e0ab77b4d..da6121618 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj opengl_interop_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -35,25 +41,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -63,6 +67,9 @@ + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +114,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,7 +149,11 @@ - - + + + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj index 023f13949..72da85aa8 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj opengl_interop_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -35,25 +41,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -63,6 +67,9 @@ + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +114,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,7 +149,11 @@ - - + + + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj index c73c14c18..d49f6a92a 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj runtime_compilation_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,6 +70,9 @@ + + true + true @@ -80,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +101,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +115,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -141,7 +148,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj index 3e13da6fc..5ecda028e 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj runtime_compilation_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,6 +70,9 @@ + + true + true @@ -80,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +101,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +115,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -141,7 +148,11 @@ - - + + + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj index 5f125b8be..521b512c9 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj runtime_compilation_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,6 +70,9 @@ + + true + true @@ -80,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +101,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +115,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -141,7 +148,11 @@ - - + + + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj index cb5dd9e4d..e24c49915 100644 --- a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj saxpy_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj index 397b144ea..505b5feb9 100644 --- a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj saxpy_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj index 0656a99bb..dd63585b8 100644 --- a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj saxpy_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj index 2aa1f9473..409e301bb 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj shared_memory_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj index de24fa388..4ea5a4d28 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj shared_memory_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj index 6db3fa140..24bcec8b6 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj shared_memory_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj index bad0819cb..f36ec01ec 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj static_host_library_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,6 +64,9 @@ + + true + true @@ -74,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -87,7 +94,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -115,7 +122,7 @@ true - + Level2 true @@ -131,7 +138,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj index 41f33bae4..0420a902a 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj static_host_library_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,6 +64,9 @@ + + true + true @@ -74,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -87,7 +94,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -115,7 +122,7 @@ true - + Level2 true @@ -131,7 +138,11 @@ - - + + + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj index 1b1cebfb9..842a05037 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj static_host_library_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,6 +64,9 @@ + + true + true @@ -74,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -87,7 +94,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -115,7 +122,7 @@ true - + Level2 true @@ -131,7 +138,11 @@ - - + + + + + + diff --git a/HIP-Basic/streams/streams_vs2017.vcxproj b/HIP-Basic/streams/streams_vs2017.vcxproj index cc4433206..82e3e9df3 100644 --- a/HIP-Basic/streams/streams_vs2017.vcxproj +++ b/HIP-Basic/streams/streams_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj streams_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/streams/streams_vs2019.vcxproj b/HIP-Basic/streams/streams_vs2019.vcxproj index b7a6a5848..121419e2f 100644 --- a/HIP-Basic/streams/streams_vs2019.vcxproj +++ b/HIP-Basic/streams/streams_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj streams_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/streams/streams_vs2022.vcxproj b/HIP-Basic/streams/streams_vs2022.vcxproj index 6de97b746..6370d30e6 100644 --- a/HIP-Basic/streams/streams_vs2022.vcxproj +++ b/HIP-Basic/streams/streams_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj streams_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj index 9a6409d4a..2d80b2c65 100644 --- a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj texture_management_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj index 90cf3fe1e..e3d1c2d05 100644 --- a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj texture_management_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj index 80d1c903a..e4da1dc62 100644 --- a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj texture_management_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj index c1ebcebd3..f60c2dbe7 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj vulkan_interop_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -54,25 +60,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -82,9 +86,12 @@ - + true + + true + true @@ -101,7 +108,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +123,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,7 +142,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj index 427cb3961..f3fa41ef1 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj vulkan_interop_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -54,25 +60,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -82,9 +86,12 @@ - + true + + true + true @@ -101,7 +108,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +123,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,7 +142,11 @@ - - + + + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj index 827e588b9..b7fd165a1 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj vulkan_interop_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -54,25 +60,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -82,9 +86,12 @@ - + true + + true + true @@ -101,7 +108,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +123,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,7 +142,11 @@ - - + + + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj index 341528f1d..72edf818d 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj warp_shuffle_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj index 01ee35553..bab106bd9 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj warp_shuffle_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj index 6db03d10b..740dce68c 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj warp_shuffle_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index bd74f850f..b4644709c 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_strided_batched_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index 129dbe42c..e52c8faac 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_strided_batched_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 3300ed700..b095afd46 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_strided_batched_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/her/her_vs2017.vcxproj b/Libraries/hipBLAS/her/her_vs2017.vcxproj index e3c6ad75a..9a3f59824 100644 --- a/Libraries/hipBLAS/her/her_vs2017.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj her_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipBLAS/her/her_vs2019.vcxproj b/Libraries/hipBLAS/her/her_vs2019.vcxproj index 68d373844..ab371d212 100644 --- a/Libraries/hipBLAS/her/her_vs2019.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj her_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/her/her_vs2022.vcxproj b/Libraries/hipBLAS/her/her_vs2022.vcxproj index 3013284e8..58e93b073 100644 --- a/Libraries/hipBLAS/her/her_vs2022.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj her_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj index c9816fa7b..0032ad07d 100644 --- a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj scal_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj index 162e06e49..de4e87417 100644 --- a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj scal_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj index 8afd84e6e..3a60c998d 100644 --- a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj scal_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,9 +73,12 @@ - + true + + true + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj index 545bc0a8d..08cdf5240 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_radix_sort_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj index 60f6a6aa1..2c2f2b2b9 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_radix_sort_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj index 57371b05c..6035a950f 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_radix_sort_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj index 77fb7a21c..7091e5fdb 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_sum_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj index e28eb0064..bbad7d513 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_sum_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj index 210569351..c7f3fea2f 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_sum_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj index 1abdf4178..e278266dd 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj plan_d2z_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj index 7adf10b00..2b99196ca 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj plan_d2z_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj index 846022681..1f7b988aa 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj plan_d2z_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj index 654f9cd5d..6a901e694 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj plan_z2z_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj index 62eaacfd9..48177851a 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj plan_z2z_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj index 236462ded..2ab791255 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj plan_z2z_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj index d29475b5b..056b10b49 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gels_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj index 3e709951a..4961bc98d 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gels_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj index 2336e15f2..ebeef3ae5 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gels_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj index 5a377a54b..ccb992665 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj geqrf_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj index ff3261b99..1fd21743f 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj geqrf_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj index e0a8f6c56..f56e66d19 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj geqrf_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj index c10a32a99..653b0fd89 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gesvd_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj index 40ab3f968..aa69dbb8d 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gesvd_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj index 9c6b303e4..de2e6faa9 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gesvd_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj index 8559173a0..35ded6e06 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj getrf_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj index d7fc0dc28..7d8d7d10c 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj getrf_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj index c7d89629a..08f84ed22 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj getrf_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj index 11c9b4e2c..464b02941 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj potrf_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj index 3f5facf62..e93c3d9ab 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj potrf_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj index 5ca71e8fc..04a6b2018 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj potrf_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj index 2f517001b..511d8d77d 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevd_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj index 2b28f5533..3b643ffa2 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevd_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj index e0b3f7d5a..86a3e1e9d 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevd_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj index 86e54fab3..caaf3c7d8 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevdx_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,9 +82,12 @@ - + true + + true + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj index 7dfe63e48..9668e0e2a 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevdx_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,9 +82,12 @@ - + true + + true + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj index 9f4b754ba..8733da4bd 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevdx_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,9 +82,12 @@ - + true + + true + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj index 3a07d443f..d53c3e483 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevj_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj index 7e3db4fc0..7f2b034df 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevj_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj index 0c3fc599b..5d2925423 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevj_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,9 +79,12 @@ - + true + + true + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj index 879a89bec..97ddbf422 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevj_batched_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj index 4c0b04b04..d1314819f 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevj_batched_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj index cd2a3f186..e3ab132ba 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syevj_batched_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,9 +83,12 @@ - + true + + true + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj index 486c920b5..087950e8d 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj sygvd_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,9 +82,12 @@ - + true + + true + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj index 570a4c314..d28468aaf 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj sygvd_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,9 +82,12 @@ - + true + + true + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj index db951b909..242f74aed 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj sygvd_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,9 +82,12 @@ - + true + + true + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj index 605e5d597..1740aef63 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj sygvj_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj index 884b121e1..783818280 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj sygvj_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj index 7248dc42c..990e763a5 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj sygvj_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,9 +78,12 @@ - + true + + true + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj index 8ccfcc298..a02b40d28 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj axpy_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj index 552389d5a..c27c9d7d8 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj axpy_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj index b480cfc5c..e25ef1807 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj axpy_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj index 84fccff79..d7aeccc24 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj dot_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj index 4bb470609..607f8257c 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj dot_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj index b824bfed3..48f1962be 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj dot_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj index 55e2d4b8d..b44f865d9 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj nrm2_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj index 31d45c4fd..c8c522c48 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj nrm2_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj index 458c346a5..88044b7a2 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj nrm2_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj index cf00888fd..8ef226475 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj scal_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj index 4e5536127..385f33bf1 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj scal_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj index 143496eeb..19212957a 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj scal_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj index b63955466..7d01e3824 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj swap_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj index 3068cc000..f910fec20 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj swap_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj index 88ecd347e..1e21ece56 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj swap_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj index 4ba2f61dd..b9cb43c23 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj index abeb3c1ba..b4cd5b0ee 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj index 3c7d9df0c..1713b5d18 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj index bb4a0d7bc..4cac11038 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj her_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj index 235ae7f6e..8c551ffb4 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj her_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj index 6f03e6d50..0cad9fed3 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj her_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj index 06194267e..596697600 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj index 928ac2deb..7dc1e51c8 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj index efef1260f..f34003bb7 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index 67b502919..c86f63e6b 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_strided_batched_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index f416c57d4..cdbecd269 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_strided_batched_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index cb69d4ee4..b93b053a6 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemm_strided_batched_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,9 +70,12 @@ - + true + + true + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2017.vcxproj b/Libraries/rocFFT/callback/callback_vs2017.vcxproj index 1bef970df..3c4401a8d 100644 --- a/Libraries/rocFFT/callback/callback_vs2017.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj callback_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -42,25 +48,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -70,9 +74,12 @@ - + true + + true + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +108,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -119,7 +126,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocFFT/callback/callback_vs2019.vcxproj b/Libraries/rocFFT/callback/callback_vs2019.vcxproj index b2b892e5d..89cf04e8a 100644 --- a/Libraries/rocFFT/callback/callback_vs2019.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj callback_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -42,25 +48,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -70,9 +74,12 @@ - + true + + true + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +108,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -119,7 +126,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2022.vcxproj b/Libraries/rocFFT/callback/callback_vs2022.vcxproj index d91f18f5c..7f61f2de0 100644 --- a/Libraries/rocFFT/callback/callback_vs2022.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj callback_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -42,25 +48,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -70,9 +74,12 @@ - + true + + true + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +108,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -119,7 +126,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj index be0e99f80..a4ac7eb0a 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj multi_gpu_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -43,25 +49,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -71,9 +75,12 @@ - + true + + true + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +109,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,7 +127,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj index af3964f2f..69181d460 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj multi_gpu_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -43,25 +49,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -71,9 +75,12 @@ - + true + + true + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +109,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,7 +127,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj index 2ec1d5ed7..b7b9eb3a0 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj multi_gpu_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -43,25 +49,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -71,9 +75,12 @@ - + true + + true + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +109,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,7 +127,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj index 98103d08b..ab14f23ae 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj block_sum_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj index 9e05b2e66..4bce8e291 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj block_sum_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj index d95ca930e..e3146d95d 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj block_sum_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj index edd07f507..9d5b6e4ca 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_sum_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj index d275ec354..002b1f4cb 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_sum_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj index 4c4db59d5..748529a66 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_sum_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj index 86b666c1a..cef1089e4 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj simple_distributions_cpp_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj index 7325e18f7..6b56ffac2 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj simple_distributions_cpp_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj index ec4980562..7f704c960 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj simple_distributions_cpp_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj index c173e7edf..a920a00c2 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj getf2_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj index df2885540..a19886b9e 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj getf2_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj index 82e621243..e9fa3d2fd 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj getf2_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj index 66e623390..2ba39a1ba 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj getri_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj index 61ab49480..2b2e18deb 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj getri_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj index 3682e7289..7fa0d196e 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj getri_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj index b82486156..9c4c3be1d 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj index 070be1ce3..f35aaba9e 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj index 3fe08b0ad..4d0fdc41c 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj index 7f8831512..f8e0b1936 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_batched_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj index ed795eda2..231b388e3 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_batched_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj index 1650b6641..1d194ec98 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_batched_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj index f3d4f5364..b861ea607 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_strided_batched_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj index a0ca0f9c8..d57041d41 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_strided_batched_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj index f37f5086c..d029f2a2d 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj syev_strided_batched_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,9 +76,12 @@ - + true + + true + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj index 23b508b79..a58ee6683 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrmv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,9 +64,12 @@ - + true + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj index 353c01e94..af4d82514 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrmv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,9 +64,12 @@ - + true + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj index 3fd4f7970..598c52654 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrmv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,9 +64,12 @@ - + true + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj index 4f0df3d6d..e0af4624a 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj index 4d43e997b..0c01c0c37 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj index 7106b83d5..5a0d7298a 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj index 8d544741f..63a8294e4 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrxmv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj index 17d4e6e00..2f301e3bb 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrxmv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj index 34aa34bbb..bfed25939 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrxmv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj index 5f1a714ef..eaa8567ea 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj coomv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj index 68198c300..8bdf2a052 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj coomv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj index c5f07ce16..ce026c6a7 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj coomv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj index 6f7219b50..7ad04f744 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csritsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj index 0c8e258e9..99083ed02 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csritsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj index 707c7a938..f715c96fd 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csritsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj index edad635c1..fd859a9a3 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrmv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj index 623f619e6..75ae26fea 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrmv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj index ec85ed0ff..f6ceef601 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrmv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj index c1143d479..245adfc67 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj index c44aff24d..47cbde371 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj index a077bdd51..ec276666b 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj index 74129c5b4..05121aef9 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj ellmv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj index 5b7804681..2b32ce6ad 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj ellmv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj index c83c99d5a..70f819f2c 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj ellmv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj index 954e75896..23e412d4a 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gebsrmv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,9 +64,12 @@ - + true + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj index c10b871bb..1adc06518 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gebsrmv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,9 +64,12 @@ - + true + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj index 0e2a277db..8bfa710f8 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gebsrmv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -23,7 +29,7 @@ - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,9 +64,12 @@ - + true + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj index 5185c7266..8b65723e6 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemvi_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj index bfd20bc3e..77ee40bf4 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemvi_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj index 08cea4b6c..5dd281459 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemvi_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj index fae5786b7..f41b163de 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj spitsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj index 71ebb59ca..b48eab2be 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj spitsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj index 61cbdc5c6..8bbb08964 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj spitsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj index 3b8d52381..81aa73ff1 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj spmv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj index 21167ec71..3d752982f 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj spmv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj index 9178a96c1..e31310def 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj spmv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj index befd1877a..ec1410730 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj spsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj index cdd3869d1..29bf09d3d 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj spsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj index 68574ace4..6a99064dd 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj spsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj index 9ea17d483..360bcf95e 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrmm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj index e62175b96..bb724bf37 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrmm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj index 6ed5639e2..bdd44eee7 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrmm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj index 7c9e8ac92..dd596ddba 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrsm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj index 7d5bed710..c113f27eb 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrsm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj index 83677407e..e723c5c00 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrsm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj index 2093f8800..450c763d1 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrmm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj index f6842a408..1b4504cd1 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrmm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj index 8bcfe23a3..b6213eeb2 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrmm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj index 1785ece6a..da2e57835 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrsm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj index 8d6045ee9..0842c98eb 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrsm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj index f7625d824..9c97522f4 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrsm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj index a00f1ad71..f6abaa2fd 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gebsrmm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj index 42d617bc1..88db93df5 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gebsrmm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj index ad9b96422..593dcefce 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gebsrmm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj index 5b3b0b376..df39c5488 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemmi_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj index 3a9c45186..136db0e2a 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemmi_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj index 2f6df0ee3..2030af06e 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gemmi_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj index ac2f9497e..074e8935b 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj sddmm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj index 69effdb3c..07c6e74ea 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj sddmm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj index 1aabba3b7..e4ae0618d 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj sddmm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj index e9e36d9df..5b8458f3a 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj spmm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj index 36dfc6a56..603532486 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj spmm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj index bb3c2cbc8..4c00c8fd9 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj spmm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj index 55738c6a3..5060d2144 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj spsm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj index 7c662f69b..436efdf59 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj spsm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj index 8b8d48973..f54078e3a 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj spsm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj index d496c79f5..0e3689522 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsric0_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj index ec54bc5b0..906dc007f 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsric0_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj index dea90b7bd..5180ccfa9 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsric0_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj index 952064ef5..30cd17342 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrilu0_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj index 6f8989da4..5bf3a7262 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrilu0_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj index e43f371d9..b8104d9c6 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj bsrilu0_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj index b8a3513cd..40d877eb9 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csric0_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj index d8bcae1fe..8a05c0e3e 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csric0_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj index 8510f5495..85b2aabc8 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csric0_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj index 13341317e..a0725551f 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrilu0_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj index afba0f715..7fd3dd40b 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrilu0_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj index 9ef8b9bc8..d891e6ca5 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csrilu0_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj index 3aa3ff66b..ef7f70fc1 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj csritilu0_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj index 88863e314..2eeef5759 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj csritilu0_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj index cc3a997f2..4e7ad8961 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj csritilu0_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj index d74eff7f8..d9d2a47aa 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gpsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj index bda3bc9d9..cb193a59a 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gpsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj index 18b357336..15d904fd9 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gpsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj index eca0d8b8a..4b6dbbaa2 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj gtsv_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj index a1238258e..53d12a7a3 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj gtsv_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj index 2d987a3c2..d54c63a08 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj gtsv_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,9 +65,12 @@ - + true + + true + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj index 7283e0fbc..20cbbfb04 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_ptr_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj index d69b75e39..f5a2a03ef 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_ptr_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj index bc7960a01..75b95880a 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj device_ptr_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2017.vcxproj b/Libraries/rocThrust/norm/norm_vs2017.vcxproj index 4fcadf8dd..299f42628 100644 --- a/Libraries/rocThrust/norm/norm_vs2017.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj norm_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/norm/norm_vs2019.vcxproj b/Libraries/rocThrust/norm/norm_vs2019.vcxproj index e795d876a..ca8ddec7a 100644 --- a/Libraries/rocThrust/norm/norm_vs2019.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj norm_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2022.vcxproj b/Libraries/rocThrust/norm/norm_vs2022.vcxproj index 8484f4f10..0295a60c2 100644 --- a/Libraries/rocThrust/norm/norm_vs2022.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj norm_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj index 50c8153f7..abcfb53f1 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj reduce_sum_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj index 6570e12a5..d209a0839 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj reduce_sum_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj index e4077a3e3..e99a291cc 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj reduce_sum_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj index 660514692..86577848e 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj remove_points_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj index 4539bc9fa..b8f9fcfd4 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj remove_points_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj index a768b5ed6..a5a7ec3d3 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj remove_points_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj index 199d4c0fd..894a1e95c 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj saxpy_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj index a2899fbec..5214db9b9 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj saxpy_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj index e4c3280e2..d1eaf7fbe 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj saxpy_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj index dd29b73c9..dfad4412d 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj @@ -16,6 +16,12 @@ Win32Proj vectors_vs2017 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj index ead88b872..0acb44444 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj @@ -16,6 +16,12 @@ Win32Proj vectors_vs2019 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj index 05e111ae1..72c228e84 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj @@ -16,6 +16,12 @@ Win32Proj vectors_vs2022 $(LatestTargetPlatformVersion) + + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,9 +59,12 @@ - + true + + true + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + From 8c219a90fea5a998f4cd885472096fb26ca61c3f Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 15:10:39 -0500 Subject: [PATCH 02/10] Revert "Initial patch for multi version support" This reverts commit 70dfe45b8ad498c088c2700f41ba9d4ad520004e. --- .../bitonic_sort/bitonic_sort_vs2017.vcxproj | 43 +++++++----------- .../bitonic_sort/bitonic_sort_vs2019.vcxproj | 43 +++++++----------- .../bitonic_sort/bitonic_sort_vs2022.vcxproj | 43 +++++++----------- .../convolution/convolution_vs2017.vcxproj | 43 +++++++----------- .../convolution/convolution_vs2019.vcxproj | 43 +++++++----------- .../convolution/convolution_vs2022.vcxproj | 43 +++++++----------- .../floyd_warshall_vs2017.vcxproj | 43 +++++++----------- .../floyd_warshall_vs2019.vcxproj | 43 +++++++----------- .../floyd_warshall_vs2022.vcxproj | 43 +++++++----------- .../histogram/histogram_vs2017.vcxproj | 43 +++++++----------- .../histogram/histogram_vs2019.vcxproj | 43 +++++++----------- .../histogram/histogram_vs2022.vcxproj | 43 +++++++----------- .../monte_carlo_pi_vs2017.vcxproj | 43 +++++++----------- .../monte_carlo_pi_vs2019.vcxproj | 43 +++++++----------- .../monte_carlo_pi_vs2022.vcxproj | 43 +++++++----------- .../prefix_sum/prefix_sum_vs2017.vcxproj | 43 +++++++----------- .../prefix_sum/prefix_sum_vs2019.vcxproj | 43 +++++++----------- .../prefix_sum/prefix_sum_vs2022.vcxproj | 43 +++++++----------- .../assembly_to_executable_vs2017.vcxproj | 41 +++++++---------- .../assembly_to_executable_vs2019.vcxproj | 41 +++++++---------- .../assembly_to_executable_vs2022.vcxproj | 41 +++++++---------- HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj | 43 +++++++----------- HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj | 43 +++++++----------- HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj | 43 +++++++----------- .../bit_extract/bit_extract_vs2017.vcxproj | 43 +++++++----------- .../bit_extract/bit_extract_vs2019.vcxproj | 43 +++++++----------- .../bit_extract/bit_extract_vs2022.vcxproj | 43 +++++++----------- .../cooperative_groups_vs2017.vcxproj | 43 +++++++----------- .../cooperative_groups_vs2019.vcxproj | 43 +++++++----------- .../cooperative_groups_vs2022.vcxproj | 43 +++++++----------- .../device_globals_vs2017.vcxproj | 43 +++++++----------- .../device_globals_vs2019.vcxproj | 43 +++++++----------- .../device_globals_vs2022.vcxproj | 43 +++++++----------- .../device_query/device_query_vs2017.vcxproj | 43 +++++++----------- .../device_query/device_query_vs2019.vcxproj | 43 +++++++----------- .../device_query/device_query_vs2022.vcxproj | 43 +++++++----------- .../dynamic_shared_vs2017.vcxproj | 43 +++++++----------- .../dynamic_shared_vs2019.vcxproj | 43 +++++++----------- .../dynamic_shared_vs2022.vcxproj | 43 +++++++----------- HIP-Basic/events/events_vs2017.vcxproj | 43 +++++++----------- HIP-Basic/events/events_vs2019.vcxproj | 43 +++++++----------- HIP-Basic/events/events_vs2022.vcxproj | 43 +++++++----------- HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj | 43 +++++++----------- HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj | 43 +++++++----------- HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj | 43 +++++++----------- .../hello_world/hello_world_vs2017.vcxproj | 43 +++++++----------- .../hello_world/hello_world_vs2019.vcxproj | 43 +++++++----------- .../hello_world/hello_world_vs2022.vcxproj | 43 +++++++----------- .../inline_assembly_vs2017.vcxproj | 43 +++++++----------- .../inline_assembly_vs2019.vcxproj | 43 +++++++----------- .../inline_assembly_vs2022.vcxproj | 43 +++++++----------- .../llvm_ir_to_executable_vs2017.vcxproj | 41 +++++++---------- .../llvm_ir_to_executable_vs2019.vcxproj | 41 +++++++---------- .../llvm_ir_to_executable_vs2022.vcxproj | 41 +++++++---------- .../matrix_multiplication_vs2017.vcxproj | 43 +++++++----------- .../matrix_multiplication_vs2019.vcxproj | 43 +++++++----------- .../matrix_multiplication_vs2022.vcxproj | 43 +++++++----------- .../module_api/module_api_vs2017.vcxproj | 41 +++++++---------- .../module_api/module_api_vs2019.vcxproj | 41 +++++++---------- .../module_api/module_api_vs2022.vcxproj | 41 +++++++---------- .../moving_average_vs2017.vcxproj | 43 +++++++----------- .../moving_average_vs2019.vcxproj | 43 +++++++----------- .../moving_average_vs2022.vcxproj | 43 +++++++----------- .../multi_gpu_data_transfer_vs2017.vcxproj | 43 +++++++----------- .../multi_gpu_data_transfer_vs2019.vcxproj | 43 +++++++----------- .../multi_gpu_data_transfer_vs2022.vcxproj | 43 +++++++----------- HIP-Basic/occupancy/occupancy_vs2017.vcxproj | 43 +++++++----------- HIP-Basic/occupancy/occupancy_vs2019.vcxproj | 43 +++++++----------- HIP-Basic/occupancy/occupancy_vs2022.vcxproj | 43 +++++++----------- .../opengl_interop_vs2017.vcxproj | 43 +++++++----------- .../opengl_interop_vs2019.vcxproj | 43 +++++++----------- .../opengl_interop_vs2022.vcxproj | 43 +++++++----------- .../runtime_compilation_vs2017.vcxproj | 45 +++++++------------ .../runtime_compilation_vs2019.vcxproj | 45 +++++++------------ .../runtime_compilation_vs2022.vcxproj | 45 +++++++------------ HIP-Basic/saxpy/saxpy_vs2017.vcxproj | 43 +++++++----------- HIP-Basic/saxpy/saxpy_vs2019.vcxproj | 43 +++++++----------- HIP-Basic/saxpy/saxpy_vs2022.vcxproj | 43 +++++++----------- .../shared_memory_vs2017.vcxproj | 43 +++++++----------- .../shared_memory_vs2019.vcxproj | 43 +++++++----------- .../shared_memory_vs2022.vcxproj | 43 +++++++----------- .../static_host_library_vs2017.vcxproj | 43 +++++++----------- .../static_host_library_vs2019.vcxproj | 43 +++++++----------- .../static_host_library_vs2022.vcxproj | 43 +++++++----------- HIP-Basic/streams/streams_vs2017.vcxproj | 43 +++++++----------- HIP-Basic/streams/streams_vs2019.vcxproj | 43 +++++++----------- HIP-Basic/streams/streams_vs2022.vcxproj | 43 +++++++----------- .../texture_management_vs2017.vcxproj | 43 +++++++----------- .../texture_management_vs2019.vcxproj | 43 +++++++----------- .../texture_management_vs2022.vcxproj | 43 +++++++----------- .../vulkan_interop_vs2017.vcxproj | 41 +++++++---------- .../vulkan_interop_vs2019.vcxproj | 41 +++++++---------- .../vulkan_interop_vs2022.vcxproj | 41 +++++++---------- .../warp_shuffle/warp_shuffle_vs2017.vcxproj | 43 +++++++----------- .../warp_shuffle/warp_shuffle_vs2019.vcxproj | 43 +++++++----------- .../warp_shuffle/warp_shuffle_vs2022.vcxproj | 43 +++++++----------- .../gemm_strided_batched_vs2017.vcxproj | 43 +++++++----------- .../gemm_strided_batched_vs2019.vcxproj | 43 +++++++----------- .../gemm_strided_batched_vs2022.vcxproj | 43 +++++++----------- Libraries/hipBLAS/her/her_vs2017.vcxproj | 43 +++++++----------- Libraries/hipBLAS/her/her_vs2019.vcxproj | 43 +++++++----------- Libraries/hipBLAS/her/her_vs2022.vcxproj | 43 +++++++----------- Libraries/hipBLAS/scal/scal_vs2017.vcxproj | 43 +++++++----------- Libraries/hipBLAS/scal/scal_vs2019.vcxproj | 43 +++++++----------- Libraries/hipBLAS/scal/scal_vs2022.vcxproj | 43 +++++++----------- .../device_radix_sort_vs2017.vcxproj | 43 +++++++----------- .../device_radix_sort_vs2019.vcxproj | 43 +++++++----------- .../device_radix_sort_vs2022.vcxproj | 43 +++++++----------- .../device_sum/device_sum_vs2017.vcxproj | 43 +++++++----------- .../device_sum/device_sum_vs2019.vcxproj | 43 +++++++----------- .../device_sum/device_sum_vs2022.vcxproj | 43 +++++++----------- .../hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj | 43 +++++++----------- .../hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj | 43 +++++++----------- .../hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj | 43 +++++++----------- .../hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj | 43 +++++++----------- .../hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj | 43 +++++++----------- .../hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj | 43 +++++++----------- Libraries/hipSOLVER/gels/gels_vs2017.vcxproj | 43 +++++++----------- Libraries/hipSOLVER/gels/gels_vs2019.vcxproj | 43 +++++++----------- Libraries/hipSOLVER/gels/gels_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/geqrf/geqrf_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/geqrf/geqrf_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/geqrf/geqrf_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/gesvd/gesvd_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/gesvd/gesvd_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/gesvd/gesvd_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/getrf/getrf_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/getrf/getrf_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/getrf/getrf_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/potrf/potrf_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/potrf/potrf_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/potrf/potrf_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/syevd/syevd_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/syevd/syevd_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/syevd/syevd_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/syevdx/syevdx_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/syevdx/syevdx_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/syevdx/syevdx_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/syevj/syevj_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/syevj/syevj_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/syevj/syevj_vs2022.vcxproj | 43 +++++++----------- .../syevj_batched_vs2017.vcxproj | 43 +++++++----------- .../syevj_batched_vs2019.vcxproj | 43 +++++++----------- .../syevj_batched_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/sygvd/sygvd_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/sygvd/sygvd_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/sygvd/sygvd_vs2022.vcxproj | 43 +++++++----------- .../hipSOLVER/sygvj/sygvj_vs2017.vcxproj | 43 +++++++----------- .../hipSOLVER/sygvj/sygvj_vs2019.vcxproj | 43 +++++++----------- .../hipSOLVER/sygvj/sygvj_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/axpy/axpy_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/axpy/axpy_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/axpy/axpy_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/dot/dot_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/dot/dot_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/dot/dot_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/scal/scal_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/scal/scal_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/scal/scal_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/swap/swap_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/swap/swap_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_1/swap/swap_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_2/gemv/gemv_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_2/gemv/gemv_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_2/gemv/gemv_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_2/her/her_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_2/her/her_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_2/her/her_vs2022.vcxproj | 43 +++++++----------- .../rocBLAS/level_3/gemm/gemm_vs2017.vcxproj | 43 +++++++----------- .../rocBLAS/level_3/gemm/gemm_vs2019.vcxproj | 43 +++++++----------- .../rocBLAS/level_3/gemm/gemm_vs2022.vcxproj | 43 +++++++----------- .../gemm_strided_batched_vs2017.vcxproj | 43 +++++++----------- .../gemm_strided_batched_vs2019.vcxproj | 43 +++++++----------- .../gemm_strided_batched_vs2022.vcxproj | 43 +++++++----------- .../rocFFT/callback/callback_vs2017.vcxproj | 43 +++++++----------- .../rocFFT/callback/callback_vs2019.vcxproj | 43 +++++++----------- .../rocFFT/callback/callback_vs2022.vcxproj | 43 +++++++----------- .../rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj | 43 +++++++----------- .../rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj | 43 +++++++----------- .../rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj | 43 +++++++----------- .../block_sum/block_sum_vs2017.vcxproj | 41 +++++++---------- .../block_sum/block_sum_vs2019.vcxproj | 41 +++++++---------- .../block_sum/block_sum_vs2022.vcxproj | 41 +++++++---------- .../device_sum/device_sum_vs2017.vcxproj | 41 +++++++---------- .../device_sum/device_sum_vs2019.vcxproj | 41 +++++++---------- .../device_sum/device_sum_vs2022.vcxproj | 41 +++++++---------- .../simple_distributions_cpp_vs2017.vcxproj | 43 +++++++----------- .../simple_distributions_cpp_vs2019.vcxproj | 43 +++++++----------- .../simple_distributions_cpp_vs2022.vcxproj | 43 +++++++----------- .../rocSOLVER/getf2/getf2_vs2017.vcxproj | 43 +++++++----------- .../rocSOLVER/getf2/getf2_vs2019.vcxproj | 43 +++++++----------- .../rocSOLVER/getf2/getf2_vs2022.vcxproj | 43 +++++++----------- .../rocSOLVER/getri/getri_vs2017.vcxproj | 43 +++++++----------- .../rocSOLVER/getri/getri_vs2019.vcxproj | 43 +++++++----------- .../rocSOLVER/getri/getri_vs2022.vcxproj | 43 +++++++----------- Libraries/rocSOLVER/syev/syev_vs2017.vcxproj | 43 +++++++----------- Libraries/rocSOLVER/syev/syev_vs2019.vcxproj | 43 +++++++----------- Libraries/rocSOLVER/syev/syev_vs2022.vcxproj | 43 +++++++----------- .../syev_batched/syev_batched_vs2017.vcxproj | 43 +++++++----------- .../syev_batched/syev_batched_vs2019.vcxproj | 43 +++++++----------- .../syev_batched/syev_batched_vs2022.vcxproj | 43 +++++++----------- .../syev_strided_batched_vs2017.vcxproj | 43 +++++++----------- .../syev_strided_batched_vs2019.vcxproj | 43 +++++++----------- .../syev_strided_batched_vs2022.vcxproj | 43 +++++++----------- .../level_2/bsrmv/bsrmv_vs2017.vcxproj | 43 +++++++----------- .../level_2/bsrmv/bsrmv_vs2019.vcxproj | 43 +++++++----------- .../level_2/bsrmv/bsrmv_vs2022.vcxproj | 43 +++++++----------- .../level_2/bsrsv/bsrsv_vs2017.vcxproj | 43 +++++++----------- .../level_2/bsrsv/bsrsv_vs2019.vcxproj | 43 +++++++----------- .../level_2/bsrsv/bsrsv_vs2022.vcxproj | 43 +++++++----------- .../level_2/bsrxmv/bsrxmv_vs2017.vcxproj | 43 +++++++----------- .../level_2/bsrxmv/bsrxmv_vs2019.vcxproj | 43 +++++++----------- .../level_2/bsrxmv/bsrxmv_vs2022.vcxproj | 43 +++++++----------- .../level_2/coomv/coomv_vs2017.vcxproj | 43 +++++++----------- .../level_2/coomv/coomv_vs2019.vcxproj | 43 +++++++----------- .../level_2/coomv/coomv_vs2022.vcxproj | 43 +++++++----------- .../level_2/csritsv/csritsv_vs2017.vcxproj | 43 +++++++----------- .../level_2/csritsv/csritsv_vs2019.vcxproj | 43 +++++++----------- .../level_2/csritsv/csritsv_vs2022.vcxproj | 43 +++++++----------- .../level_2/csrmv/csrmv_vs2017.vcxproj | 43 +++++++----------- .../level_2/csrmv/csrmv_vs2019.vcxproj | 43 +++++++----------- .../level_2/csrmv/csrmv_vs2022.vcxproj | 43 +++++++----------- .../level_2/csrsv/csrsv_vs2017.vcxproj | 43 +++++++----------- .../level_2/csrsv/csrsv_vs2019.vcxproj | 43 +++++++----------- .../level_2/csrsv/csrsv_vs2022.vcxproj | 43 +++++++----------- .../level_2/ellmv/ellmv_vs2017.vcxproj | 43 +++++++----------- .../level_2/ellmv/ellmv_vs2019.vcxproj | 43 +++++++----------- .../level_2/ellmv/ellmv_vs2022.vcxproj | 43 +++++++----------- .../level_2/gebsrmv/gebsrmv_vs2017.vcxproj | 43 +++++++----------- .../level_2/gebsrmv/gebsrmv_vs2019.vcxproj | 43 +++++++----------- .../level_2/gebsrmv/gebsrmv_vs2022.vcxproj | 43 +++++++----------- .../level_2/gemvi/gemvi_vs2017.vcxproj | 43 +++++++----------- .../level_2/gemvi/gemvi_vs2019.vcxproj | 43 +++++++----------- .../level_2/gemvi/gemvi_vs2022.vcxproj | 43 +++++++----------- .../level_2/spitsv/spitsv_vs2017.vcxproj | 43 +++++++----------- .../level_2/spitsv/spitsv_vs2019.vcxproj | 43 +++++++----------- .../level_2/spitsv/spitsv_vs2022.vcxproj | 43 +++++++----------- .../level_2/spmv/spmv_vs2017.vcxproj | 43 +++++++----------- .../level_2/spmv/spmv_vs2019.vcxproj | 43 +++++++----------- .../level_2/spmv/spmv_vs2022.vcxproj | 43 +++++++----------- .../level_2/spsv/spsv_vs2017.vcxproj | 43 +++++++----------- .../level_2/spsv/spsv_vs2019.vcxproj | 43 +++++++----------- .../level_2/spsv/spsv_vs2022.vcxproj | 43 +++++++----------- .../level_3/bsrmm/bsrmm_vs2017.vcxproj | 43 +++++++----------- .../level_3/bsrmm/bsrmm_vs2019.vcxproj | 43 +++++++----------- .../level_3/bsrmm/bsrmm_vs2022.vcxproj | 43 +++++++----------- .../level_3/bsrsm/bsrsm_vs2017.vcxproj | 43 +++++++----------- .../level_3/bsrsm/bsrsm_vs2019.vcxproj | 43 +++++++----------- .../level_3/bsrsm/bsrsm_vs2022.vcxproj | 43 +++++++----------- .../level_3/csrmm/csrmm_vs2017.vcxproj | 43 +++++++----------- .../level_3/csrmm/csrmm_vs2019.vcxproj | 43 +++++++----------- .../level_3/csrmm/csrmm_vs2022.vcxproj | 43 +++++++----------- .../level_3/csrsm/csrsm_vs2017.vcxproj | 43 +++++++----------- .../level_3/csrsm/csrsm_vs2019.vcxproj | 43 +++++++----------- .../level_3/csrsm/csrsm_vs2022.vcxproj | 43 +++++++----------- .../level_3/gebsrmm/gebsrmm_vs2017.vcxproj | 43 +++++++----------- .../level_3/gebsrmm/gebsrmm_vs2019.vcxproj | 43 +++++++----------- .../level_3/gebsrmm/gebsrmm_vs2022.vcxproj | 43 +++++++----------- .../level_3/gemmi/gemmi_vs2017.vcxproj | 43 +++++++----------- .../level_3/gemmi/gemmi_vs2019.vcxproj | 43 +++++++----------- .../level_3/gemmi/gemmi_vs2022.vcxproj | 43 +++++++----------- .../level_3/sddmm/sddmm_vs2017.vcxproj | 43 +++++++----------- .../level_3/sddmm/sddmm_vs2019.vcxproj | 43 +++++++----------- .../level_3/sddmm/sddmm_vs2022.vcxproj | 43 +++++++----------- .../level_3/spmm/spmm_vs2017.vcxproj | 43 +++++++----------- .../level_3/spmm/spmm_vs2019.vcxproj | 43 +++++++----------- .../level_3/spmm/spmm_vs2022.vcxproj | 43 +++++++----------- .../level_3/spsm/spsm_vs2017.vcxproj | 43 +++++++----------- .../level_3/spsm/spsm_vs2019.vcxproj | 43 +++++++----------- .../level_3/spsm/spsm_vs2022.vcxproj | 43 +++++++----------- .../bsric0/bsric0_vs2017.vcxproj | 43 +++++++----------- .../bsric0/bsric0_vs2019.vcxproj | 43 +++++++----------- .../bsric0/bsric0_vs2022.vcxproj | 43 +++++++----------- .../bsrilu0/bsrilu0_vs2017.vcxproj | 43 +++++++----------- .../bsrilu0/bsrilu0_vs2019.vcxproj | 43 +++++++----------- .../bsrilu0/bsrilu0_vs2022.vcxproj | 43 +++++++----------- .../csric0/csric0_vs2017.vcxproj | 43 +++++++----------- .../csric0/csric0_vs2019.vcxproj | 43 +++++++----------- .../csric0/csric0_vs2022.vcxproj | 43 +++++++----------- .../csrilu0/csrilu0_vs2017.vcxproj | 43 +++++++----------- .../csrilu0/csrilu0_vs2019.vcxproj | 43 +++++++----------- .../csrilu0/csrilu0_vs2022.vcxproj | 43 +++++++----------- .../csritilu0/csritilu0_vs2017.vcxproj | 43 +++++++----------- .../csritilu0/csritilu0_vs2019.vcxproj | 43 +++++++----------- .../csritilu0/csritilu0_vs2022.vcxproj | 43 +++++++----------- .../preconditioner/gpsv/gpsv_vs2017.vcxproj | 43 +++++++----------- .../preconditioner/gpsv/gpsv_vs2019.vcxproj | 43 +++++++----------- .../preconditioner/gpsv/gpsv_vs2022.vcxproj | 43 +++++++----------- .../preconditioner/gtsv/gtsv_vs2017.vcxproj | 43 +++++++----------- .../preconditioner/gtsv/gtsv_vs2019.vcxproj | 43 +++++++----------- .../preconditioner/gtsv/gtsv_vs2022.vcxproj | 43 +++++++----------- .../device_ptr/device_ptr_vs2017.vcxproj | 41 +++++++---------- .../device_ptr/device_ptr_vs2019.vcxproj | 41 +++++++---------- .../device_ptr/device_ptr_vs2022.vcxproj | 41 +++++++---------- Libraries/rocThrust/norm/norm_vs2017.vcxproj | 41 +++++++---------- Libraries/rocThrust/norm/norm_vs2019.vcxproj | 41 +++++++---------- Libraries/rocThrust/norm/norm_vs2022.vcxproj | 41 +++++++---------- .../reduce_sum/reduce_sum_vs2017.vcxproj | 41 +++++++---------- .../reduce_sum/reduce_sum_vs2019.vcxproj | 41 +++++++---------- .../reduce_sum/reduce_sum_vs2022.vcxproj | 41 +++++++---------- .../remove_points_vs2017.vcxproj | 41 +++++++---------- .../remove_points_vs2019.vcxproj | 41 +++++++---------- .../remove_points_vs2022.vcxproj | 41 +++++++---------- .../rocThrust/saxpy/saxpy_vs2017.vcxproj | 41 +++++++---------- .../rocThrust/saxpy/saxpy_vs2019.vcxproj | 41 +++++++---------- .../rocThrust/saxpy/saxpy_vs2022.vcxproj | 41 +++++++---------- .../rocThrust/vectors/vectors_vs2017.vcxproj | 41 +++++++---------- .../rocThrust/vectors/vectors_vs2019.vcxproj | 41 +++++++---------- .../rocThrust/vectors/vectors_vs2022.vcxproj | 41 +++++++---------- 312 files changed, 4959 insertions(+), 8391 deletions(-) diff --git a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj index 1e8b4c848..6c7f54ab6 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bitonic_sort_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj index 6a798dc66..6883e26f1 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bitonic_sort_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj index 850ac08c9..f4ff18674 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bitonic_sort_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/convolution/convolution_vs2017.vcxproj b/Applications/convolution/convolution_vs2017.vcxproj index 946d802f4..6887f96a8 100644 --- a/Applications/convolution/convolution_vs2017.vcxproj +++ b/Applications/convolution/convolution_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj convolution_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Applications/convolution/convolution_vs2019.vcxproj b/Applications/convolution/convolution_vs2019.vcxproj index 1b10050ec..c050b05eb 100644 --- a/Applications/convolution/convolution_vs2019.vcxproj +++ b/Applications/convolution/convolution_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj convolution_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/convolution/convolution_vs2022.vcxproj b/Applications/convolution/convolution_vs2022.vcxproj index 6953ed8ba..138b2916f 100644 --- a/Applications/convolution/convolution_vs2022.vcxproj +++ b/Applications/convolution/convolution_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj convolution_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj index fef215028..cf921aae8 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj floyd_warshall_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj index b1ced32ca..c011a5c99 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj floyd_warshall_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj index 26514a94c..a3d409c4e 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj floyd_warshall_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/histogram/histogram_vs2017.vcxproj b/Applications/histogram/histogram_vs2017.vcxproj index bc751070b..31849fb2e 100644 --- a/Applications/histogram/histogram_vs2017.vcxproj +++ b/Applications/histogram/histogram_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj histogram_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Applications/histogram/histogram_vs2019.vcxproj b/Applications/histogram/histogram_vs2019.vcxproj index 03c127c7c..504b5e944 100644 --- a/Applications/histogram/histogram_vs2019.vcxproj +++ b/Applications/histogram/histogram_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj histogram_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/histogram/histogram_vs2022.vcxproj b/Applications/histogram/histogram_vs2022.vcxproj index c5af3c788..54fa91098 100644 --- a/Applications/histogram/histogram_vs2022.vcxproj +++ b/Applications/histogram/histogram_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj histogram_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj index b9a36ee67..43a3bfd19 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj monte_carlo_pi_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -42,23 +36,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -68,12 +64,9 @@ - + true - - true - true @@ -88,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,11 +113,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj index 985644cf6..7164e7fb8 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj monte_carlo_pi_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -42,23 +36,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -68,12 +64,9 @@ - + true - - true - true @@ -88,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,11 +113,7 @@ - - - - - - + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj index e2c424e21..fe52cf547 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj monte_carlo_pi_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -42,23 +36,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -68,12 +64,9 @@ - + true - - true - true @@ -88,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,11 +113,7 @@ - - - - - - + + diff --git a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj index 4df67c29d..f6d3ebc30 100644 --- a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj prefix_sum_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj index f820fa630..08e28d7b1 100644 --- a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj prefix_sum_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj index f60b7e7e0..8403fad74 100644 --- a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj prefix_sum_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj index 1b00425fa..ca126e1ea 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj assembly_to_executable_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -92,23 +86,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -118,12 +114,9 @@ - + true - - true - true @@ -140,7 +133,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -172,7 +165,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -208,11 +201,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj index fd3e81e04..f5fdbea5d 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj assembly_to_executable_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -92,23 +86,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -118,12 +114,9 @@ - + true - - true - true @@ -140,7 +133,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -172,7 +165,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -208,11 +201,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - - - - - + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj index 4497a5032..34fc5f75f 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj assembly_to_executable_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -92,23 +86,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -118,12 +114,9 @@ - + true - - true - true @@ -140,7 +133,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -172,7 +165,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -208,11 +201,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - - - - - + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj index 7eac003d9..d6367cd52 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bandwidth_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj index a6f5f3c30..646332f46 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bandwidth_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj index e93fee8ef..e36ce5ec3 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bandwidth_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -34,23 +28,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -60,9 +56,6 @@ - - true - true @@ -77,7 +70,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -90,7 +83,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +96,7 @@ true - + Level2 true @@ -118,7 +111,7 @@ true - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj index 985a6bcfc..69d50d7e1 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bit_extract_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj index a0bb8bba0..378d5e316 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bit_extract_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj index 87e20fdc5..2f8fd9cce 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bit_extract_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj index f6c5717ca..52f52b2ee 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj cooperative_groups_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj index 8ec0fe2ef..528532062 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj cooperative_groups_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj index 1b36bcf12..ba0b60357 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj cooperative_groups_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj index d7f671c7c..8fce7324d 100644 --- a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_globals_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj index 80ca98456..d29c5c998 100644 --- a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_globals_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj index ca9d2ff79..877c57489 100644 --- a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_globals_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/device_query/device_query_vs2017.vcxproj b/HIP-Basic/device_query/device_query_vs2017.vcxproj index 6351ff294..274e8004f 100644 --- a/HIP-Basic/device_query/device_query_vs2017.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_query_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/device_query/device_query_vs2019.vcxproj b/HIP-Basic/device_query/device_query_vs2019.vcxproj index c5cce5d63..88df9f18a 100644 --- a/HIP-Basic/device_query/device_query_vs2019.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_query_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/device_query/device_query_vs2022.vcxproj b/HIP-Basic/device_query/device_query_vs2022.vcxproj index 8ff6b18ae..c4cc64813 100644 --- a/HIP-Basic/device_query/device_query_vs2022.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_query_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj index 46828e292..218e7c201 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj dynamic_shared_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj index 72124717b..8a450d540 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj dynamic_shared_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj index a67d30749..b4e5a164f 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj dynamic_shared_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/events/events_vs2017.vcxproj b/HIP-Basic/events/events_vs2017.vcxproj index 5c8f987fd..731ed6c8b 100644 --- a/HIP-Basic/events/events_vs2017.vcxproj +++ b/HIP-Basic/events/events_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj events_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/events/events_vs2019.vcxproj b/HIP-Basic/events/events_vs2019.vcxproj index b169b9ab8..714a70b99 100644 --- a/HIP-Basic/events/events_vs2019.vcxproj +++ b/HIP-Basic/events/events_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj events_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/events/events_vs2022.vcxproj b/HIP-Basic/events/events_vs2022.vcxproj index de11cfcae..fc1183942 100644 --- a/HIP-Basic/events/events_vs2022.vcxproj +++ b/HIP-Basic/events/events_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj events_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj index d3025d217..f47aec1a8 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gpu_arch_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj index 98d06450d..095576a96 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gpu_arch_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj index 83f335e08..d9b53e2c3 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gpu_arch_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj index f0273db28..45b17b1fd 100644 --- a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj hello_world_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj index 659a45a39..d4fb26a54 100644 --- a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj hello_world_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj index ca314d9bb..c8f5a8a36 100644 --- a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj hello_world_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj index 58b5b94c8..200152722 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj inline_assembly_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj index 576cff2be..b9f6a767d 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj inline_assembly_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj index fd74240bc..d05c78919 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj inline_assembly_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj index 1640f1ffb..fc45d402b 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj llvm_ir_to_executable_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -95,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -125,7 +118,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -159,11 +152,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj index 3f4c59175..26c2d0d2a 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj llvm_ir_to_executable_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -95,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -125,7 +118,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -159,11 +152,7 @@ - - - - - - + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj index a292a2307..0ecc8ad98 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj llvm_ir_to_executable_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -95,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -125,7 +118,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -159,11 +152,7 @@ - - - - - - + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj index e5a06a3d9..34da034fe 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj matrix_multiplication_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj index c20945025..633560ca1 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj matrix_multiplication_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj index 17a309eaf..807fc2982 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj matrix_multiplication_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/module_api/module_api_vs2017.vcxproj b/HIP-Basic/module_api/module_api_vs2017.vcxproj index 23ef370f5..c3588b944 100644 --- a/HIP-Basic/module_api/module_api_vs2017.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj module_api_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -46,23 +40,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -72,12 +68,9 @@ - + true - - true - true @@ -94,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ true - + Level2 true @@ -124,11 +117,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/module_api/module_api_vs2019.vcxproj b/HIP-Basic/module_api/module_api_vs2019.vcxproj index a7c75f0f5..af95a36da 100644 --- a/HIP-Basic/module_api/module_api_vs2019.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj module_api_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -46,23 +40,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -72,12 +68,9 @@ - + true - - true - true @@ -94,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ true - + Level2 true @@ -124,11 +117,7 @@ - - - - - - + + diff --git a/HIP-Basic/module_api/module_api_vs2022.vcxproj b/HIP-Basic/module_api/module_api_vs2022.vcxproj index 4d18b07cd..35ca3d868 100644 --- a/HIP-Basic/module_api/module_api_vs2022.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj module_api_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -46,23 +40,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -72,12 +68,9 @@ - + true - - true - true @@ -94,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ true - + Level2 true @@ -124,11 +117,7 @@ - - - - - - + + diff --git a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj index 6d00c2d6d..a040458e5 100644 --- a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj moving_average_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj index bbdae4aed..e4c8e55bf 100644 --- a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj moving_average_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj index 1f9abc3f0..a0e25c23f 100644 --- a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj moving_average_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj index 7e203ffbe..986a2f41b 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj multi_gpu_data_transfer_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj index 6041f6eab..d0a586bc1 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj multi_gpu_data_transfer_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj index 524d64534..0de34353f 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj multi_gpu_data_transfer_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj index 24c42f48b..2939b56c3 100644 --- a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj occupancy_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj index 5c489cd7a..655b7ae3d 100644 --- a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj occupancy_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj index 83885dfc1..8725934bd 100644 --- a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj occupancy_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj index 57ece0807..c6bbcde78 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj opengl_interop_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -41,23 +35,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -67,9 +63,6 @@ - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -114,7 +107,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,7 +124,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -149,11 +142,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj index da6121618..e0ab77b4d 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj opengl_interop_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -41,23 +35,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -67,9 +63,6 @@ - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -114,7 +107,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,7 +124,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -149,11 +142,7 @@ - - - - - - + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj index 72da85aa8..023f13949 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj opengl_interop_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -41,23 +35,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -67,9 +63,6 @@ - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -114,7 +107,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,7 +124,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -149,11 +142,7 @@ - - - - - - + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj index d49f6a92a..c73c14c18 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj runtime_compilation_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,9 +66,6 @@ - - true - true @@ -87,7 +80,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +94,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -115,7 +108,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,7 +124,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -148,11 +141,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj index 5ecda028e..3e13da6fc 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj runtime_compilation_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,9 +66,6 @@ - - true - true @@ -87,7 +80,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +94,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -115,7 +108,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,7 +124,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -148,11 +141,7 @@ - - - - - - + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj index 521b512c9..5f125b8be 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj runtime_compilation_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,9 +66,6 @@ - - true - true @@ -87,7 +80,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +94,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -115,7 +108,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,7 +124,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -148,11 +141,7 @@ - - - - - - + + diff --git a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj index e24c49915..cb5dd9e4d 100644 --- a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj saxpy_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj index 505b5feb9..397b144ea 100644 --- a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj saxpy_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj index dd63585b8..0656a99bb 100644 --- a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj saxpy_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj index 409e301bb..2aa1f9473 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj shared_memory_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj index 4ea5a4d28..de24fa388 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj shared_memory_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj index 24bcec8b6..6db3fa140 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj shared_memory_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj index f36ec01ec..bad0819cb 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj static_host_library_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,9 +60,6 @@ - - true - true @@ -81,7 +74,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +87,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ true - + Level2 true @@ -122,7 +115,7 @@ true - + Level2 true @@ -138,11 +131,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj index 0420a902a..41f33bae4 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj static_host_library_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,9 +60,6 @@ - - true - true @@ -81,7 +74,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +87,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ true - + Level2 true @@ -122,7 +115,7 @@ true - + Level2 true @@ -138,11 +131,7 @@ - - - - - - + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj index 842a05037..1b1cebfb9 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj static_host_library_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,9 +60,6 @@ - - true - true @@ -81,7 +74,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +87,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ true - + Level2 true @@ -122,7 +115,7 @@ true - + Level2 true @@ -138,11 +131,7 @@ - - - - - - + + diff --git a/HIP-Basic/streams/streams_vs2017.vcxproj b/HIP-Basic/streams/streams_vs2017.vcxproj index 82e3e9df3..cc4433206 100644 --- a/HIP-Basic/streams/streams_vs2017.vcxproj +++ b/HIP-Basic/streams/streams_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj streams_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/streams/streams_vs2019.vcxproj b/HIP-Basic/streams/streams_vs2019.vcxproj index 121419e2f..b7a6a5848 100644 --- a/HIP-Basic/streams/streams_vs2019.vcxproj +++ b/HIP-Basic/streams/streams_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj streams_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/streams/streams_vs2022.vcxproj b/HIP-Basic/streams/streams_vs2022.vcxproj index 6370d30e6..6de97b746 100644 --- a/HIP-Basic/streams/streams_vs2022.vcxproj +++ b/HIP-Basic/streams/streams_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj streams_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj index 2d80b2c65..9a6409d4a 100644 --- a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj texture_management_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj index e3d1c2d05..90cf3fe1e 100644 --- a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj texture_management_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj index e4da1dc62..80d1c903a 100644 --- a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj texture_management_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj index f60c2dbe7..c1ebcebd3 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj vulkan_interop_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -60,23 +54,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -86,12 +82,9 @@ - + true - - true - true @@ -108,7 +101,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -123,7 +116,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,11 +135,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj index f3fa41ef1..427cb3961 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj vulkan_interop_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -60,23 +54,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -86,12 +82,9 @@ - + true - - true - true @@ -108,7 +101,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -123,7 +116,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,11 +135,7 @@ - - - - - - + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj index b7fd165a1..827e588b9 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj vulkan_interop_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -60,23 +54,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -86,12 +82,9 @@ - + true - - true - true @@ -108,7 +101,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -123,7 +116,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,11 +135,7 @@ - - - - - - + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj index 72edf818d..341528f1d 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj warp_shuffle_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj index bab106bd9..01ee35553 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj warp_shuffle_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj index 740dce68c..6db03d10b 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj warp_shuffle_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index b4644709c..bd74f850f 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_strided_batched_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index e52c8faac..129dbe42c 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_strided_batched_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index b095afd46..3300ed700 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_strided_batched_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + diff --git a/Libraries/hipBLAS/her/her_vs2017.vcxproj b/Libraries/hipBLAS/her/her_vs2017.vcxproj index 9a3f59824..e3c6ad75a 100644 --- a/Libraries/hipBLAS/her/her_vs2017.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj her_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipBLAS/her/her_vs2019.vcxproj b/Libraries/hipBLAS/her/her_vs2019.vcxproj index ab371d212..68d373844 100644 --- a/Libraries/hipBLAS/her/her_vs2019.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj her_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + diff --git a/Libraries/hipBLAS/her/her_vs2022.vcxproj b/Libraries/hipBLAS/her/her_vs2022.vcxproj index 58e93b073..3013284e8 100644 --- a/Libraries/hipBLAS/her/her_vs2022.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj her_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + diff --git a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj index 0032ad07d..c9816fa7b 100644 --- a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj scal_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj index de4e87417..162e06e49 100644 --- a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj scal_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + diff --git a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj index 3a60c998d..8afd84e6e 100644 --- a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj scal_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -47,23 +41,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -73,12 +69,9 @@ - + true - - true - true @@ -93,7 +86,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +100,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -125,11 +118,7 @@ - - - - - - + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj index 08cdf5240..545bc0a8d 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_radix_sort_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj index 2c2f2b2b9..60f6a6aa1 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_radix_sort_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj index 6035a950f..57371b05c 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_radix_sort_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj index 7091e5fdb..77fb7a21c 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_sum_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj index bbad7d513..e28eb0064 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_sum_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj index c7f3fea2f..210569351 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_sum_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,9 +55,6 @@ - - true - true @@ -76,7 +69,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -89,7 +82,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +95,7 @@ true - + Level2 true @@ -117,7 +110,7 @@ true - + Level2 true @@ -133,11 +126,7 @@ - - - - - - + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj index e278266dd..1abdf4178 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj plan_d2z_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj index 2b99196ca..7adf10b00 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj plan_d2z_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj index 1f7b988aa..846022681 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj plan_d2z_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj index 6a901e694..654f9cd5d 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj plan_z2z_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj index 48177851a..62eaacfd9 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj plan_z2z_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj index 2ab791255..236462ded 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj plan_z2z_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj index 056b10b49..d29475b5b 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gels_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj index 4961bc98d..3e709951a 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gels_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj index ebeef3ae5..2336e15f2 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gels_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj index ccb992665..5a377a54b 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj geqrf_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj index 1fd21743f..ff3261b99 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj geqrf_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj index f56e66d19..e0a8f6c56 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj geqrf_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj index 653b0fd89..c10a32a99 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gesvd_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj index aa69dbb8d..40ab3f968 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gesvd_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj index de2e6faa9..9c6b303e4 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gesvd_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj index 35ded6e06..8559173a0 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj getrf_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj index 7d8d7d10c..d7fc0dc28 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj getrf_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj index 08f84ed22..c7d89629a 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj getrf_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj index 464b02941..11c9b4e2c 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj potrf_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj index e93c3d9ab..3f5facf62 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj potrf_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj index 04a6b2018..5ca71e8fc 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj potrf_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj index 511d8d77d..2f517001b 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevd_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj index 3b643ffa2..2b28f5533 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevd_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj index 86a3e1e9d..e0b3f7d5a 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevd_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj index caaf3c7d8..86e54fab3 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevdx_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -56,23 +50,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -82,12 +78,9 @@ - + true - - true - true @@ -102,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +109,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj index 9668e0e2a..7dfe63e48 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevdx_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -56,23 +50,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -82,12 +78,9 @@ - + true - - true - true @@ -102,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +109,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj index 8733da4bd..9f4b754ba 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevdx_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -56,23 +50,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -82,12 +78,9 @@ - + true - - true - true @@ -102,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +109,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj index d53c3e483..3a07d443f 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevj_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj index 7f2b034df..7e3db4fc0 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevj_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj index 5d2925423..0c3fc599b 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevj_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -53,23 +47,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -79,12 +75,9 @@ - + true - - true - true @@ -99,7 +92,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -113,7 +106,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -131,11 +124,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj index 97ddbf422..879a89bec 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevj_batched_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj index d1314819f..4c0b04b04 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevj_batched_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj index e3ab132ba..cd2a3f186 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syevj_batched_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -32,7 +26,7 @@ - + PreserveNewest @@ -57,23 +51,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -83,12 +79,9 @@ - + true - - true - true @@ -103,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -117,7 +110,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,11 +128,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj index 087950e8d..486c920b5 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj sygvd_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -56,23 +50,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -82,12 +78,9 @@ - + true - - true - true @@ -102,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +109,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj index d28468aaf..570a4c314 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj sygvd_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -56,23 +50,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -82,12 +78,9 @@ - + true - - true - true @@ -102,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +109,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj index 242f74aed..db951b909 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj sygvd_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -56,23 +50,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -82,12 +78,9 @@ - + true - - true - true @@ -102,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +109,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -134,11 +127,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj index 1740aef63..605e5d597 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj sygvj_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj index 783818280..884b121e1 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj sygvj_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj index 990e763a5..7248dc42c 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj sygvj_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -52,23 +46,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -78,12 +74,9 @@ - + true - - true - true @@ -98,7 +91,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -112,7 +105,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -130,11 +123,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj index a02b40d28..8ccfcc298 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj axpy_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj index c27c9d7d8..552389d5a 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj axpy_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj index e25ef1807..b480cfc5c 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj axpy_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj index d7aeccc24..84fccff79 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj dot_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj index 607f8257c..4bb470609 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj dot_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj index 48f1962be..b824bfed3 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj dot_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj index b44f865d9..55e2d4b8d 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj nrm2_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj index c8c522c48..31d45c4fd 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj nrm2_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj index 88044b7a2..458c346a5 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj nrm2_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj index 8ef226475..cf00888fd 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj scal_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj index 385f33bf1..4e5536127 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj scal_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj index 19212957a..143496eeb 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj scal_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj index 7d01e3824..b63955466 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj swap_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj index f910fec20..3068cc000 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj swap_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj index 1e21ece56..88ecd347e 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj swap_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj index b9cb43c23..4ba2f61dd 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj index b4cd5b0ee..abeb3c1ba 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj index 1713b5d18..3c7d9df0c 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj index 4cac11038..bb4a0d7bc 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj her_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj index 8c551ffb4..235ae7f6e 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj her_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj index 0cad9fed3..6f03e6d50 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj her_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj index 596697600..06194267e 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj index 7dc1e51c8..928ac2deb 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj index f34003bb7..efef1260f 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index c86f63e6b..67b502919 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_strided_batched_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index cdbecd269..f416c57d4 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_strided_batched_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index b93b053a6..cb69d4ee4 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemm_strided_batched_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -44,23 +38,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -70,12 +66,9 @@ - + true - - true - true @@ -90,7 +83,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -104,7 +97,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -122,11 +115,7 @@ - - - - - - + + diff --git a/Libraries/rocFFT/callback/callback_vs2017.vcxproj b/Libraries/rocFFT/callback/callback_vs2017.vcxproj index 3c4401a8d..1bef970df 100644 --- a/Libraries/rocFFT/callback/callback_vs2017.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj callback_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -48,23 +42,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -74,12 +70,9 @@ - + true - - true - true @@ -94,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +101,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -126,11 +119,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocFFT/callback/callback_vs2019.vcxproj b/Libraries/rocFFT/callback/callback_vs2019.vcxproj index 89cf04e8a..b2b892e5d 100644 --- a/Libraries/rocFFT/callback/callback_vs2019.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj callback_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -48,23 +42,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -74,12 +70,9 @@ - + true - - true - true @@ -94,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +101,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -126,11 +119,7 @@ - - - - - - + + diff --git a/Libraries/rocFFT/callback/callback_vs2022.vcxproj b/Libraries/rocFFT/callback/callback_vs2022.vcxproj index 7f61f2de0..d91f18f5c 100644 --- a/Libraries/rocFFT/callback/callback_vs2022.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj callback_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -48,23 +42,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -74,12 +70,9 @@ - + true - - true - true @@ -94,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +101,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -126,11 +119,7 @@ - - - - - - + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj index a4ac7eb0a..be0e99f80 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj multi_gpu_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -49,23 +43,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -75,12 +71,9 @@ - + true - - true - true @@ -95,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +102,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,11 +120,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj index 69181d460..af3964f2f 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj multi_gpu_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -49,23 +43,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -75,12 +71,9 @@ - + true - - true - true @@ -95,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +102,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,11 +120,7 @@ - - - - - - + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj index b7b9eb3a0..2ec1d5ed7 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj multi_gpu_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -49,23 +43,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -75,12 +71,9 @@ - + true - - true - true @@ -95,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +102,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,11 +120,7 @@ - - - - - - + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj index ab14f23ae..98103d08b 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj block_sum_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj index 4bce8e291..9e05b2e66 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj block_sum_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj index e3146d95d..d95ca930e 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj block_sum_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj index 9d5b6e4ca..edd07f507 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_sum_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj index 002b1f4cb..d275ec354 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_sum_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj index 748529a66..4c4db59d5 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_sum_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj index cef1089e4..86b666c1a 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj simple_distributions_cpp_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj index 6b56ffac2..7325e18f7 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj simple_distributions_cpp_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj index 7f704c960..ec4980562 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj simple_distributions_cpp_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj index a920a00c2..c173e7edf 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj getf2_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj index a19886b9e..df2885540 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj getf2_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj index e9fa3d2fd..82e621243 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj getf2_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj index 2ba39a1ba..66e623390 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj getri_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj index 2b2e18deb..61ab49480 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj getri_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj index 7fa0d196e..3682e7289 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj getri_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj index 9c4c3be1d..b82486156 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj index f35aaba9e..070be1ce3 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj index 4d0fdc41c..3fe08b0ad 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj index f8e0b1936..7f8831512 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_batched_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj index 231b388e3..ed795eda2 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_batched_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj index 1d194ec98..1650b6641 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_batched_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj index b861ea607..f3d4f5364 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_strided_batched_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj index d57041d41..a0ca0f9c8 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_strided_batched_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj index d029f2a2d..f37f5086c 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj syev_strided_batched_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -31,7 +25,7 @@ - + PreserveNewest @@ -50,23 +44,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -76,12 +72,9 @@ - + true - - true - true @@ -96,7 +89,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +103,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,11 +121,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj index a58ee6683..23b508b79 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrmv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,12 +60,9 @@ - + true - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -98,7 +91,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -116,11 +109,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj index af4d82514..353c01e94 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrmv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,12 +60,9 @@ - + true - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -98,7 +91,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -116,11 +109,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj index 598c52654..3fd4f7970 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrmv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,12 +60,9 @@ - + true - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -98,7 +91,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -116,11 +109,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj index e0af4624a..4f0df3d6d 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj index 0c01c0c37..4d43e997b 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj index 5a0d7298a..7106b83d5 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj index 63a8294e4..8d544741f 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrxmv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj index 2f301e3bb..17d4e6e00 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrxmv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj index bfed25939..34aa34bbb 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrxmv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj index eaa8567ea..5f1a714ef 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj coomv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj index 8bdf2a052..68198c300 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj coomv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj index ce026c6a7..c5f07ce16 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj coomv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj index 7ad04f744..6f7219b50 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csritsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj index 99083ed02..0c8e258e9 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csritsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj index f715c96fd..707c7a938 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csritsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj index fd859a9a3..edad635c1 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrmv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj index 75ae26fea..623f619e6 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrmv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj index f6ceef601..ec85ed0ff 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrmv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj index 245adfc67..c1143d479 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj index 47cbde371..c44aff24d 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj index ec276666b..a077bdd51 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj index 05121aef9..74129c5b4 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj ellmv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj index 2b32ce6ad..5b7804681 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj ellmv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj index 70f819f2c..c83c99d5a 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj ellmv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj index 23e412d4a..954e75896 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gebsrmv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,12 +60,9 @@ - + true - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -98,7 +91,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -116,11 +109,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj index 1adc06518..c10b871bb 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gebsrmv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,12 +60,9 @@ - + true - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -98,7 +91,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -116,11 +109,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj index 8bfa710f8..0e2a277db 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gebsrmv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -29,7 +23,7 @@ - + PreserveNewest @@ -38,23 +32,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -64,12 +60,9 @@ - + true - - true - true @@ -84,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -98,7 +91,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -116,11 +109,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj index 8b65723e6..5185c7266 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemvi_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj index 77ee40bf4..bfd20bc3e 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemvi_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj index 5dd281459..08cea4b6c 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemvi_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj index f41b163de..fae5786b7 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj spitsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj index b48eab2be..71ebb59ca 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj spitsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj index 8bbb08964..61cbdc5c6 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj spitsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj index 81aa73ff1..3b8d52381 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj spmv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj index 3d752982f..21167ec71 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj spmv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj index e31310def..9178a96c1 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj spmv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj index ec1410730..befd1877a 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj spsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj index 29bf09d3d..cdd3869d1 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj spsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj index 6a99064dd..68574ace4 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj spsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj index 360bcf95e..9ea17d483 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrmm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj index bb724bf37..e62175b96 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrmm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj index bdd44eee7..6ed5639e2 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrmm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj index dd596ddba..7c9e8ac92 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrsm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj index c113f27eb..7d5bed710 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrsm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj index e723c5c00..83677407e 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrsm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj index 450c763d1..2093f8800 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrmm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj index 1b4504cd1..f6842a408 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrmm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj index b6213eeb2..8bcfe23a3 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrmm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj index da2e57835..1785ece6a 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrsm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj index 0842c98eb..8d6045ee9 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrsm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj index 9c97522f4..f7625d824 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrsm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj index f6abaa2fd..a00f1ad71 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gebsrmm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj index 88db93df5..42d617bc1 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gebsrmm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj index 593dcefce..ad9b96422 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gebsrmm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj index df39c5488..5b3b0b376 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemmi_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj index 136db0e2a..3a9c45186 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemmi_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj index 2030af06e..2f6df0ee3 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gemmi_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj index 074e8935b..ac2f9497e 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj sddmm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj index 07c6e74ea..69effdb3c 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj sddmm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj index e4ae0618d..1aabba3b7 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj sddmm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj index 5b8458f3a..e9e36d9df 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj spmm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj index 603532486..36dfc6a56 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj spmm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj index 4c00c8fd9..bb3c2cbc8 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj spmm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj index 5060d2144..55738c6a3 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj spsm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj index 436efdf59..7c662f69b 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj spsm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj index f54078e3a..8b8d48973 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj spsm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj index 0e3689522..d496c79f5 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsric0_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj index 906dc007f..ec54bc5b0 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsric0_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj index 5180ccfa9..dea90b7bd 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsric0_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj index 30cd17342..952064ef5 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrilu0_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj index 5bf3a7262..6f8989da4 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrilu0_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj index b8104d9c6..e43f371d9 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj bsrilu0_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj index 40d877eb9..b8a3513cd 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csric0_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj index 8a05c0e3e..d8bcae1fe 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csric0_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj index 85b2aabc8..8510f5495 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csric0_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj index a0725551f..13341317e 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrilu0_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj index 7fd3dd40b..afba0f715 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrilu0_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj index d891e6ca5..9ef8b9bc8 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csrilu0_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj index ef7f70fc1..3aa3ff66b 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj csritilu0_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj index 2eeef5759..88863e314 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj csritilu0_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj index 4e7ad8961..cc3a997f2 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj csritilu0_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj index d9d2a47aa..d74eff7f8 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gpsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj index cb193a59a..bda3bc9d9 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gpsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj index 15d904fd9..18b357336 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gpsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj index 4b6dbbaa2..eca0d8b8a 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj gtsv_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj index 53d12a7a3..a1238258e 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj gtsv_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj index d54c63a08..2d987a3c2 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj gtsv_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -30,7 +24,7 @@ - + PreserveNewest @@ -39,23 +33,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -65,12 +61,9 @@ - + true - - true - true @@ -85,7 +78,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -99,7 +92,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -117,11 +110,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj index 20cbbfb04..7283e0fbc 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_ptr_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj index f5a2a03ef..d69b75e39 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_ptr_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj index 75b95880a..bc7960a01 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj device_ptr_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/norm/norm_vs2017.vcxproj b/Libraries/rocThrust/norm/norm_vs2017.vcxproj index 299f42628..4fcadf8dd 100644 --- a/Libraries/rocThrust/norm/norm_vs2017.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj norm_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/norm/norm_vs2019.vcxproj b/Libraries/rocThrust/norm/norm_vs2019.vcxproj index ca8ddec7a..e795d876a 100644 --- a/Libraries/rocThrust/norm/norm_vs2019.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj norm_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/norm/norm_vs2022.vcxproj b/Libraries/rocThrust/norm/norm_vs2022.vcxproj index 0295a60c2..8484f4f10 100644 --- a/Libraries/rocThrust/norm/norm_vs2022.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj norm_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj index abcfb53f1..50c8153f7 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj reduce_sum_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj index d209a0839..6570e12a5 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj reduce_sum_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj index e99a291cc..e4077a3e3 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj reduce_sum_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj index 86577848e..660514692 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj remove_points_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj index b8f9fcfd4..4539bc9fa 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj remove_points_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj index a5a7ec3d3..a768b5ed6 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj remove_points_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj index 894a1e95c..199d4c0fd 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj saxpy_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj index 5214db9b9..a2899fbec 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj saxpy_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj index d1eaf7fbe..e4c3280e2 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj saxpy_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj index dfad4412d..dd29b73c9 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj @@ -16,12 +16,6 @@ Win32Proj vectors_vs2017 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj index 0acb44444..ead88b872 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj @@ -16,12 +16,6 @@ Win32Proj vectors_vs2019 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj index 72c228e84..05e111ae1 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj @@ -16,12 +16,6 @@ Win32Proj vectors_vs2022 $(LatestTargetPlatformVersion) - - - $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) - $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) - $(HIPVersionMajor).$(HIPVersionMinor) @@ -33,23 +27,25 @@ Application true - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode Application false - HIP clang $(HIPPathVersion) + HIP clang 6.2 Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - + + @@ -59,12 +55,9 @@ - + true - - true - true @@ -79,7 +72,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +85,7 @@ true - + Level2 true @@ -109,11 +102,7 @@ - - - - - - + + From fed2c51658251d6a5ccc37ea9df35f5fac3b941d Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 15:11:30 -0500 Subject: [PATCH 03/10] Amended with fixed indentation --- .../bitonic_sort/bitonic_sort_vs2017.vcxproj | 43 +++++++++++------- .../bitonic_sort/bitonic_sort_vs2019.vcxproj | 43 +++++++++++------- .../bitonic_sort/bitonic_sort_vs2022.vcxproj | 43 +++++++++++------- .../convolution/convolution_vs2017.vcxproj | 43 +++++++++++------- .../convolution/convolution_vs2019.vcxproj | 43 +++++++++++------- .../convolution/convolution_vs2022.vcxproj | 43 +++++++++++------- .../floyd_warshall_vs2017.vcxproj | 43 +++++++++++------- .../floyd_warshall_vs2019.vcxproj | 43 +++++++++++------- .../floyd_warshall_vs2022.vcxproj | 43 +++++++++++------- .../histogram/histogram_vs2017.vcxproj | 43 +++++++++++------- .../histogram/histogram_vs2019.vcxproj | 43 +++++++++++------- .../histogram/histogram_vs2022.vcxproj | 43 +++++++++++------- .../monte_carlo_pi_vs2017.vcxproj | 43 +++++++++++------- .../monte_carlo_pi_vs2019.vcxproj | 43 +++++++++++------- .../monte_carlo_pi_vs2022.vcxproj | 43 +++++++++++------- .../prefix_sum/prefix_sum_vs2017.vcxproj | 43 +++++++++++------- .../prefix_sum/prefix_sum_vs2019.vcxproj | 43 +++++++++++------- .../prefix_sum/prefix_sum_vs2022.vcxproj | 43 +++++++++++------- .../assembly_to_executable_vs2017.vcxproj | 41 ++++++++++------- .../assembly_to_executable_vs2019.vcxproj | 41 ++++++++++------- .../assembly_to_executable_vs2022.vcxproj | 41 ++++++++++------- HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj | 43 +++++++++++------- .../bit_extract/bit_extract_vs2017.vcxproj | 43 +++++++++++------- .../bit_extract/bit_extract_vs2019.vcxproj | 43 +++++++++++------- .../bit_extract/bit_extract_vs2022.vcxproj | 43 +++++++++++------- .../cooperative_groups_vs2017.vcxproj | 43 +++++++++++------- .../cooperative_groups_vs2019.vcxproj | 43 +++++++++++------- .../cooperative_groups_vs2022.vcxproj | 43 +++++++++++------- .../device_globals_vs2017.vcxproj | 43 +++++++++++------- .../device_globals_vs2019.vcxproj | 43 +++++++++++------- .../device_globals_vs2022.vcxproj | 43 +++++++++++------- .../device_query/device_query_vs2017.vcxproj | 43 +++++++++++------- .../device_query/device_query_vs2019.vcxproj | 43 +++++++++++------- .../device_query/device_query_vs2022.vcxproj | 43 +++++++++++------- .../dynamic_shared_vs2017.vcxproj | 43 +++++++++++------- .../dynamic_shared_vs2019.vcxproj | 43 +++++++++++------- .../dynamic_shared_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/events/events_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/events/events_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/events/events_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj | 43 +++++++++++------- .../hello_world/hello_world_vs2017.vcxproj | 43 +++++++++++------- .../hello_world/hello_world_vs2019.vcxproj | 43 +++++++++++------- .../hello_world/hello_world_vs2022.vcxproj | 43 +++++++++++------- .../inline_assembly_vs2017.vcxproj | 43 +++++++++++------- .../inline_assembly_vs2019.vcxproj | 43 +++++++++++------- .../inline_assembly_vs2022.vcxproj | 43 +++++++++++------- .../llvm_ir_to_executable_vs2017.vcxproj | 41 ++++++++++------- .../llvm_ir_to_executable_vs2019.vcxproj | 41 ++++++++++------- .../llvm_ir_to_executable_vs2022.vcxproj | 41 ++++++++++------- .../matrix_multiplication_vs2017.vcxproj | 43 +++++++++++------- .../matrix_multiplication_vs2019.vcxproj | 43 +++++++++++------- .../matrix_multiplication_vs2022.vcxproj | 43 +++++++++++------- .../module_api/module_api_vs2017.vcxproj | 41 ++++++++++------- .../module_api/module_api_vs2019.vcxproj | 41 ++++++++++------- .../module_api/module_api_vs2022.vcxproj | 41 ++++++++++------- .../moving_average_vs2017.vcxproj | 43 +++++++++++------- .../moving_average_vs2019.vcxproj | 43 +++++++++++------- .../moving_average_vs2022.vcxproj | 43 +++++++++++------- .../multi_gpu_data_transfer_vs2017.vcxproj | 43 +++++++++++------- .../multi_gpu_data_transfer_vs2019.vcxproj | 43 +++++++++++------- .../multi_gpu_data_transfer_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/occupancy/occupancy_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/occupancy/occupancy_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/occupancy/occupancy_vs2022.vcxproj | 43 +++++++++++------- .../opengl_interop_vs2017.vcxproj | 43 +++++++++++------- .../opengl_interop_vs2019.vcxproj | 43 +++++++++++------- .../opengl_interop_vs2022.vcxproj | 43 +++++++++++------- .../runtime_compilation_vs2017.vcxproj | 45 ++++++++++++------- .../runtime_compilation_vs2019.vcxproj | 45 ++++++++++++------- .../runtime_compilation_vs2022.vcxproj | 45 ++++++++++++------- HIP-Basic/saxpy/saxpy_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/saxpy/saxpy_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/saxpy/saxpy_vs2022.vcxproj | 43 +++++++++++------- .../shared_memory_vs2017.vcxproj | 43 +++++++++++------- .../shared_memory_vs2019.vcxproj | 43 +++++++++++------- .../shared_memory_vs2022.vcxproj | 43 +++++++++++------- .../static_host_library_vs2017.vcxproj | 43 +++++++++++------- .../static_host_library_vs2019.vcxproj | 43 +++++++++++------- .../static_host_library_vs2022.vcxproj | 43 +++++++++++------- HIP-Basic/streams/streams_vs2017.vcxproj | 43 +++++++++++------- HIP-Basic/streams/streams_vs2019.vcxproj | 43 +++++++++++------- HIP-Basic/streams/streams_vs2022.vcxproj | 43 +++++++++++------- .../texture_management_vs2017.vcxproj | 43 +++++++++++------- .../texture_management_vs2019.vcxproj | 43 +++++++++++------- .../texture_management_vs2022.vcxproj | 43 +++++++++++------- .../vulkan_interop_vs2017.vcxproj | 41 ++++++++++------- .../vulkan_interop_vs2019.vcxproj | 41 ++++++++++------- .../vulkan_interop_vs2022.vcxproj | 41 ++++++++++------- .../warp_shuffle/warp_shuffle_vs2017.vcxproj | 43 +++++++++++------- .../warp_shuffle/warp_shuffle_vs2019.vcxproj | 43 +++++++++++------- .../warp_shuffle/warp_shuffle_vs2022.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2017.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2019.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2022.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/her/her_vs2017.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/her/her_vs2019.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/her/her_vs2022.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/scal/scal_vs2017.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/scal/scal_vs2019.vcxproj | 43 +++++++++++------- Libraries/hipBLAS/scal/scal_vs2022.vcxproj | 43 +++++++++++------- .../device_radix_sort_vs2017.vcxproj | 43 +++++++++++------- .../device_radix_sort_vs2019.vcxproj | 43 +++++++++++------- .../device_radix_sort_vs2022.vcxproj | 43 +++++++++++------- .../device_sum/device_sum_vs2017.vcxproj | 43 +++++++++++------- .../device_sum/device_sum_vs2019.vcxproj | 43 +++++++++++------- .../device_sum/device_sum_vs2022.vcxproj | 43 +++++++++++------- .../hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj | 43 +++++++++++------- .../hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj | 43 +++++++++++------- .../hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj | 43 +++++++++++------- .../hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj | 43 +++++++++++------- .../hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj | 43 +++++++++++------- .../hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj | 43 +++++++++++------- Libraries/hipSOLVER/gels/gels_vs2017.vcxproj | 43 +++++++++++------- Libraries/hipSOLVER/gels/gels_vs2019.vcxproj | 43 +++++++++++------- Libraries/hipSOLVER/gels/gels_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/geqrf/geqrf_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/geqrf/geqrf_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/geqrf/geqrf_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/gesvd/gesvd_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/gesvd/gesvd_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/gesvd/gesvd_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/getrf/getrf_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/getrf/getrf_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/getrf/getrf_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/potrf/potrf_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/potrf/potrf_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/potrf/potrf_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevd/syevd_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevd/syevd_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevd/syevd_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevdx/syevdx_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevdx/syevdx_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevdx/syevdx_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevj/syevj_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevj/syevj_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/syevj/syevj_vs2022.vcxproj | 43 +++++++++++------- .../syevj_batched_vs2017.vcxproj | 43 +++++++++++------- .../syevj_batched_vs2019.vcxproj | 43 +++++++++++------- .../syevj_batched_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvd/sygvd_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvd/sygvd_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvd/sygvd_vs2022.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvj/sygvj_vs2017.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvj/sygvj_vs2019.vcxproj | 43 +++++++++++------- .../hipSOLVER/sygvj/sygvj_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/axpy/axpy_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/axpy/axpy_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/axpy/axpy_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/dot/dot_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/dot/dot_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/dot/dot_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/scal/scal_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/scal/scal_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/scal/scal_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/swap/swap_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/swap/swap_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_1/swap/swap_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/gemv/gemv_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/gemv/gemv_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/gemv/gemv_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/her/her_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/her/her_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_2/her/her_vs2022.vcxproj | 43 +++++++++++------- .../rocBLAS/level_3/gemm/gemm_vs2017.vcxproj | 43 +++++++++++------- .../rocBLAS/level_3/gemm/gemm_vs2019.vcxproj | 43 +++++++++++------- .../rocBLAS/level_3/gemm/gemm_vs2022.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2017.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2019.vcxproj | 43 +++++++++++------- .../gemm_strided_batched_vs2022.vcxproj | 43 +++++++++++------- .../rocFFT/callback/callback_vs2017.vcxproj | 43 +++++++++++------- .../rocFFT/callback/callback_vs2019.vcxproj | 43 +++++++++++------- .../rocFFT/callback/callback_vs2022.vcxproj | 43 +++++++++++------- .../rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj | 43 +++++++++++------- .../rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj | 43 +++++++++++------- .../rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj | 43 +++++++++++------- .../block_sum/block_sum_vs2017.vcxproj | 41 ++++++++++------- .../block_sum/block_sum_vs2019.vcxproj | 41 ++++++++++------- .../block_sum/block_sum_vs2022.vcxproj | 41 ++++++++++------- .../device_sum/device_sum_vs2017.vcxproj | 41 ++++++++++------- .../device_sum/device_sum_vs2019.vcxproj | 41 ++++++++++------- .../device_sum/device_sum_vs2022.vcxproj | 41 ++++++++++------- .../simple_distributions_cpp_vs2017.vcxproj | 43 +++++++++++------- .../simple_distributions_cpp_vs2019.vcxproj | 43 +++++++++++------- .../simple_distributions_cpp_vs2022.vcxproj | 43 +++++++++++------- .../rocSOLVER/getf2/getf2_vs2017.vcxproj | 43 +++++++++++------- .../rocSOLVER/getf2/getf2_vs2019.vcxproj | 43 +++++++++++------- .../rocSOLVER/getf2/getf2_vs2022.vcxproj | 43 +++++++++++------- .../rocSOLVER/getri/getri_vs2017.vcxproj | 43 +++++++++++------- .../rocSOLVER/getri/getri_vs2019.vcxproj | 43 +++++++++++------- .../rocSOLVER/getri/getri_vs2022.vcxproj | 43 +++++++++++------- Libraries/rocSOLVER/syev/syev_vs2017.vcxproj | 43 +++++++++++------- Libraries/rocSOLVER/syev/syev_vs2019.vcxproj | 43 +++++++++++------- Libraries/rocSOLVER/syev/syev_vs2022.vcxproj | 43 +++++++++++------- .../syev_batched/syev_batched_vs2017.vcxproj | 43 +++++++++++------- .../syev_batched/syev_batched_vs2019.vcxproj | 43 +++++++++++------- .../syev_batched/syev_batched_vs2022.vcxproj | 43 +++++++++++------- .../syev_strided_batched_vs2017.vcxproj | 43 +++++++++++------- .../syev_strided_batched_vs2019.vcxproj | 43 +++++++++++------- .../syev_strided_batched_vs2022.vcxproj | 43 +++++++++++------- .../level_2/bsrmv/bsrmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/bsrmv/bsrmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/bsrmv/bsrmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/bsrsv/bsrsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/bsrsv/bsrsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/bsrsv/bsrsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/bsrxmv/bsrxmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/bsrxmv/bsrxmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/bsrxmv/bsrxmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/coomv/coomv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/coomv/coomv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/coomv/coomv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/csritsv/csritsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/csritsv/csritsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/csritsv/csritsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/csrmv/csrmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/csrmv/csrmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/csrmv/csrmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/csrsv/csrsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/csrsv/csrsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/csrsv/csrsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/ellmv/ellmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/ellmv/ellmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/ellmv/ellmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/gebsrmv/gebsrmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/gebsrmv/gebsrmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/gebsrmv/gebsrmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/gemvi/gemvi_vs2017.vcxproj | 43 +++++++++++------- .../level_2/gemvi/gemvi_vs2019.vcxproj | 43 +++++++++++------- .../level_2/gemvi/gemvi_vs2022.vcxproj | 43 +++++++++++------- .../level_2/spitsv/spitsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/spitsv/spitsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/spitsv/spitsv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/spmv/spmv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/spmv/spmv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/spmv/spmv_vs2022.vcxproj | 43 +++++++++++------- .../level_2/spsv/spsv_vs2017.vcxproj | 43 +++++++++++------- .../level_2/spsv/spsv_vs2019.vcxproj | 43 +++++++++++------- .../level_2/spsv/spsv_vs2022.vcxproj | 43 +++++++++++------- .../level_3/bsrmm/bsrmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/bsrmm/bsrmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/bsrmm/bsrmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/bsrsm/bsrsm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/bsrsm/bsrsm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/bsrsm/bsrsm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/csrmm/csrmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/csrmm/csrmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/csrmm/csrmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/csrsm/csrsm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/csrsm/csrsm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/csrsm/csrsm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/gebsrmm/gebsrmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/gebsrmm/gebsrmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/gebsrmm/gebsrmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/gemmi/gemmi_vs2017.vcxproj | 43 +++++++++++------- .../level_3/gemmi/gemmi_vs2019.vcxproj | 43 +++++++++++------- .../level_3/gemmi/gemmi_vs2022.vcxproj | 43 +++++++++++------- .../level_3/sddmm/sddmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/sddmm/sddmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/sddmm/sddmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/spmm/spmm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/spmm/spmm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/spmm/spmm_vs2022.vcxproj | 43 +++++++++++------- .../level_3/spsm/spsm_vs2017.vcxproj | 43 +++++++++++------- .../level_3/spsm/spsm_vs2019.vcxproj | 43 +++++++++++------- .../level_3/spsm/spsm_vs2022.vcxproj | 43 +++++++++++------- .../bsric0/bsric0_vs2017.vcxproj | 43 +++++++++++------- .../bsric0/bsric0_vs2019.vcxproj | 43 +++++++++++------- .../bsric0/bsric0_vs2022.vcxproj | 43 +++++++++++------- .../bsrilu0/bsrilu0_vs2017.vcxproj | 43 +++++++++++------- .../bsrilu0/bsrilu0_vs2019.vcxproj | 43 +++++++++++------- .../bsrilu0/bsrilu0_vs2022.vcxproj | 43 +++++++++++------- .../csric0/csric0_vs2017.vcxproj | 43 +++++++++++------- .../csric0/csric0_vs2019.vcxproj | 43 +++++++++++------- .../csric0/csric0_vs2022.vcxproj | 43 +++++++++++------- .../csrilu0/csrilu0_vs2017.vcxproj | 43 +++++++++++------- .../csrilu0/csrilu0_vs2019.vcxproj | 43 +++++++++++------- .../csrilu0/csrilu0_vs2022.vcxproj | 43 +++++++++++------- .../csritilu0/csritilu0_vs2017.vcxproj | 43 +++++++++++------- .../csritilu0/csritilu0_vs2019.vcxproj | 43 +++++++++++------- .../csritilu0/csritilu0_vs2022.vcxproj | 43 +++++++++++------- .../preconditioner/gpsv/gpsv_vs2017.vcxproj | 43 +++++++++++------- .../preconditioner/gpsv/gpsv_vs2019.vcxproj | 43 +++++++++++------- .../preconditioner/gpsv/gpsv_vs2022.vcxproj | 43 +++++++++++------- .../preconditioner/gtsv/gtsv_vs2017.vcxproj | 43 +++++++++++------- .../preconditioner/gtsv/gtsv_vs2019.vcxproj | 43 +++++++++++------- .../preconditioner/gtsv/gtsv_vs2022.vcxproj | 43 +++++++++++------- .../device_ptr/device_ptr_vs2017.vcxproj | 41 ++++++++++------- .../device_ptr/device_ptr_vs2019.vcxproj | 41 ++++++++++------- .../device_ptr/device_ptr_vs2022.vcxproj | 41 ++++++++++------- Libraries/rocThrust/norm/norm_vs2017.vcxproj | 41 ++++++++++------- Libraries/rocThrust/norm/norm_vs2019.vcxproj | 41 ++++++++++------- Libraries/rocThrust/norm/norm_vs2022.vcxproj | 41 ++++++++++------- .../reduce_sum/reduce_sum_vs2017.vcxproj | 41 ++++++++++------- .../reduce_sum/reduce_sum_vs2019.vcxproj | 41 ++++++++++------- .../reduce_sum/reduce_sum_vs2022.vcxproj | 41 ++++++++++------- .../remove_points_vs2017.vcxproj | 41 ++++++++++------- .../remove_points_vs2019.vcxproj | 41 ++++++++++------- .../remove_points_vs2022.vcxproj | 41 ++++++++++------- .../rocThrust/saxpy/saxpy_vs2017.vcxproj | 41 ++++++++++------- .../rocThrust/saxpy/saxpy_vs2019.vcxproj | 41 ++++++++++------- .../rocThrust/saxpy/saxpy_vs2022.vcxproj | 41 ++++++++++------- .../rocThrust/vectors/vectors_vs2017.vcxproj | 41 ++++++++++------- .../rocThrust/vectors/vectors_vs2019.vcxproj | 41 ++++++++++------- .../rocThrust/vectors/vectors_vs2022.vcxproj | 41 ++++++++++------- 312 files changed, 8391 insertions(+), 4959 deletions(-) diff --git a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj index 6c7f54ab6..05735d8c1 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj @@ -17,6 +17,12 @@ bitonic_sort_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj index 6883e26f1..b277644df 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj @@ -17,6 +17,12 @@ bitonic_sort_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj index f4ff18674..5c763358d 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj @@ -17,6 +17,12 @@ bitonic_sort_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/convolution/convolution_vs2017.vcxproj b/Applications/convolution/convolution_vs2017.vcxproj index 6887f96a8..e6fe29cc7 100644 --- a/Applications/convolution/convolution_vs2017.vcxproj +++ b/Applications/convolution/convolution_vs2017.vcxproj @@ -17,6 +17,12 @@ convolution_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/convolution/convolution_vs2019.vcxproj b/Applications/convolution/convolution_vs2019.vcxproj index c050b05eb..718e5d1a5 100644 --- a/Applications/convolution/convolution_vs2019.vcxproj +++ b/Applications/convolution/convolution_vs2019.vcxproj @@ -17,6 +17,12 @@ convolution_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/convolution/convolution_vs2022.vcxproj b/Applications/convolution/convolution_vs2022.vcxproj index 138b2916f..c3cc7d10d 100644 --- a/Applications/convolution/convolution_vs2022.vcxproj +++ b/Applications/convolution/convolution_vs2022.vcxproj @@ -17,6 +17,12 @@ convolution_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj index cf921aae8..a244b8002 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj @@ -17,6 +17,12 @@ floyd_warshall_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj index c011a5c99..1a9287371 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj @@ -17,6 +17,12 @@ floyd_warshall_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj index a3d409c4e..06300a930 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj @@ -17,6 +17,12 @@ floyd_warshall_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/histogram/histogram_vs2017.vcxproj b/Applications/histogram/histogram_vs2017.vcxproj index 31849fb2e..e1b6c8dcd 100644 --- a/Applications/histogram/histogram_vs2017.vcxproj +++ b/Applications/histogram/histogram_vs2017.vcxproj @@ -17,6 +17,12 @@ histogram_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/histogram/histogram_vs2019.vcxproj b/Applications/histogram/histogram_vs2019.vcxproj index 504b5e944..279763a4a 100644 --- a/Applications/histogram/histogram_vs2019.vcxproj +++ b/Applications/histogram/histogram_vs2019.vcxproj @@ -17,6 +17,12 @@ histogram_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/histogram/histogram_vs2022.vcxproj b/Applications/histogram/histogram_vs2022.vcxproj index 54fa91098..5028bca3f 100644 --- a/Applications/histogram/histogram_vs2022.vcxproj +++ b/Applications/histogram/histogram_vs2022.vcxproj @@ -17,6 +17,12 @@ histogram_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj index 43a3bfd19..2a06f4972 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj @@ -17,6 +17,12 @@ monte_carlo_pi_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -36,25 +42,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -64,7 +68,10 @@ - + + true + + true @@ -81,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -113,7 +120,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj index 7164e7fb8..a06db7ebf 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj @@ -17,6 +17,12 @@ monte_carlo_pi_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -36,25 +42,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -64,7 +68,10 @@ - + + true + + true @@ -81,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -113,7 +120,11 @@ - - + + + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj index fe52cf547..0e613f11a 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj @@ -17,6 +17,12 @@ monte_carlo_pi_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -36,25 +42,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -64,7 +68,10 @@ - + + true + + true @@ -81,7 +88,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ hiprand.lib;rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -113,7 +120,11 @@ - - + + + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj index f6d3ebc30..389d7365a 100644 --- a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj @@ -17,6 +17,12 @@ prefix_sum_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj index 08e28d7b1..393798746 100644 --- a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj @@ -17,6 +17,12 @@ prefix_sum_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj index 8403fad74..e37d0bee9 100644 --- a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj @@ -17,6 +17,12 @@ prefix_sum_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj index ca126e1ea..59f5d56c8 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj @@ -17,6 +17,12 @@ assembly_to_executable_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + --cuda-host-only @@ -86,25 +92,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -114,7 +118,10 @@ - + + true + + true @@ -133,7 +140,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -165,7 +172,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -201,7 +208,11 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj index f5fdbea5d..a6258ac1a 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj @@ -17,6 +17,12 @@ assembly_to_executable_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + --cuda-host-only @@ -86,25 +92,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -114,7 +118,10 @@ - + + true + + true @@ -133,7 +140,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -165,7 +172,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -201,7 +208,11 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - + + + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj index 34fc5f75f..c31e49545 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj @@ -17,6 +17,12 @@ assembly_to_executable_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + --cuda-host-only @@ -86,25 +92,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -114,7 +118,10 @@ - + + true + + true @@ -133,7 +140,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -165,7 +172,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows $(IntDir)main_gfx900.o;$(IntDir)main_gfx906.o;$(IntDir)main_gfx908.o;$(IntDir)main_gfx90a.o;$(IntDir)main_gfx942.o;$(IntDir)main_gfx1030.o;$(IntDir)main_gfx1100.o;$(IntDir)main_gfx1101.o;$(IntDir)main_gfx1102.o;$(IntDir)hip_objgen_win.mcin;%(Inputs) - + Level2 true @@ -201,7 +208,11 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - + + + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj index d6367cd52..cb8ec9185 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj @@ -17,6 +17,12 @@ bandwidth_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj index 646332f46..f55f864fc 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj @@ -17,6 +17,12 @@ bandwidth_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj index e36ce5ec3..d9cad335f 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj @@ -17,6 +17,12 @@ bandwidth_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,25 +34,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -56,6 +60,9 @@ + + true + true @@ -70,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -83,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -96,7 +103,7 @@ true - + Level2 true @@ -111,7 +118,7 @@ true - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj index 69d50d7e1..ee04bb451 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj @@ -17,6 +17,12 @@ bit_extract_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj index 378d5e316..9e57091da 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj @@ -17,6 +17,12 @@ bit_extract_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj index 2f8fd9cce..a282ea924 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj @@ -17,6 +17,12 @@ bit_extract_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj index 52f52b2ee..93db944c5 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj @@ -17,6 +17,12 @@ cooperative_groups_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj index 528532062..9d3df6db9 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj @@ -17,6 +17,12 @@ cooperative_groups_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj index ba0b60357..b6b40bffe 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj @@ -17,6 +17,12 @@ cooperative_groups_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj index 8fce7324d..59084732a 100644 --- a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj @@ -17,6 +17,12 @@ device_globals_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj index d29c5c998..0b7c81fc6 100644 --- a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj @@ -17,6 +17,12 @@ device_globals_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj index 877c57489..bee8300dd 100644 --- a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj @@ -17,6 +17,12 @@ device_globals_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_query/device_query_vs2017.vcxproj b/HIP-Basic/device_query/device_query_vs2017.vcxproj index 274e8004f..b7ca5e362 100644 --- a/HIP-Basic/device_query/device_query_vs2017.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2017.vcxproj @@ -17,6 +17,12 @@ device_query_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/device_query/device_query_vs2019.vcxproj b/HIP-Basic/device_query/device_query_vs2019.vcxproj index 88df9f18a..d4cb1f962 100644 --- a/HIP-Basic/device_query/device_query_vs2019.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2019.vcxproj @@ -17,6 +17,12 @@ device_query_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/device_query/device_query_vs2022.vcxproj b/HIP-Basic/device_query/device_query_vs2022.vcxproj index c4cc64813..2ec1b9adf 100644 --- a/HIP-Basic/device_query/device_query_vs2022.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2022.vcxproj @@ -17,6 +17,12 @@ device_query_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj index 218e7c201..76793992f 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj @@ -17,6 +17,12 @@ dynamic_shared_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj index 8a450d540..76be74195 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj @@ -17,6 +17,12 @@ dynamic_shared_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj index b4e5a164f..4e3352df0 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj @@ -17,6 +17,12 @@ dynamic_shared_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/events/events_vs2017.vcxproj b/HIP-Basic/events/events_vs2017.vcxproj index 731ed6c8b..17e06905e 100644 --- a/HIP-Basic/events/events_vs2017.vcxproj +++ b/HIP-Basic/events/events_vs2017.vcxproj @@ -17,6 +17,12 @@ events_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/events/events_vs2019.vcxproj b/HIP-Basic/events/events_vs2019.vcxproj index 714a70b99..e40ecf30f 100644 --- a/HIP-Basic/events/events_vs2019.vcxproj +++ b/HIP-Basic/events/events_vs2019.vcxproj @@ -17,6 +17,12 @@ events_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/events/events_vs2022.vcxproj b/HIP-Basic/events/events_vs2022.vcxproj index fc1183942..03b3d14f4 100644 --- a/HIP-Basic/events/events_vs2022.vcxproj +++ b/HIP-Basic/events/events_vs2022.vcxproj @@ -17,6 +17,12 @@ events_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj index f47aec1a8..2c133af4a 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj @@ -17,6 +17,12 @@ gpu_arch_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj index 095576a96..faf806317 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj @@ -17,6 +17,12 @@ gpu_arch_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj index d9b53e2c3..f00a0b5e6 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj @@ -17,6 +17,12 @@ gpu_arch_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj index 45b17b1fd..70f175d44 100644 --- a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj @@ -17,6 +17,12 @@ hello_world_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj index d4fb26a54..4a7ad83b7 100644 --- a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj @@ -17,6 +17,12 @@ hello_world_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj index c8f5a8a36..957a1f275 100644 --- a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj @@ -17,6 +17,12 @@ hello_world_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj index 200152722..68e18475d 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj @@ -17,6 +17,12 @@ inline_assembly_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj index b9f6a767d..f3ec0d9a4 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj @@ -17,6 +17,12 @@ inline_assembly_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj index d05c78919..b97f5f5c3 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj @@ -17,6 +17,12 @@ inline_assembly_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj index fc45d402b..0ad258f76 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj @@ -17,6 +17,12 @@ llvm_ir_to_executable_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + --cuda-host-only @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -118,7 +125,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -152,7 +159,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj index 26c2d0d2a..7a8b37d48 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj @@ -17,6 +17,12 @@ llvm_ir_to_executable_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + --cuda-host-only @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -118,7 +125,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -152,7 +159,11 @@ - - + + + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj index 0ecc8ad98..37cbb4371 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj @@ -17,6 +17,12 @@ llvm_ir_to_executable_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + --cuda-host-only @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -118,7 +125,7 @@ $(IntDir)main_device.obj - + Level2 true @@ -152,7 +159,11 @@ - - + + + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj index 34da034fe..ea683d16d 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj @@ -17,6 +17,12 @@ matrix_multiplication_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj index 633560ca1..dc8fc1b5c 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj @@ -17,6 +17,12 @@ matrix_multiplication_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj index 807fc2982..ffcd2b63d 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj @@ -17,6 +17,12 @@ matrix_multiplication_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/module_api/module_api_vs2017.vcxproj b/HIP-Basic/module_api/module_api_vs2017.vcxproj index c3588b944..57ef18df0 100644 --- a/HIP-Basic/module_api/module_api_vs2017.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2017.vcxproj @@ -17,6 +17,12 @@ module_api_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -40,25 +46,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -68,7 +72,10 @@ - + + true + + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -117,7 +124,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/module_api/module_api_vs2019.vcxproj b/HIP-Basic/module_api/module_api_vs2019.vcxproj index af95a36da..567be475e 100644 --- a/HIP-Basic/module_api/module_api_vs2019.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2019.vcxproj @@ -17,6 +17,12 @@ module_api_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -40,25 +46,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -68,7 +72,10 @@ - + + true + + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -117,7 +124,11 @@ - - + + + + + + diff --git a/HIP-Basic/module_api/module_api_vs2022.vcxproj b/HIP-Basic/module_api/module_api_vs2022.vcxproj index 35ca3d868..6d20f8b57 100644 --- a/HIP-Basic/module_api/module_api_vs2022.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2022.vcxproj @@ -17,6 +17,12 @@ module_api_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -40,25 +46,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -68,7 +72,10 @@ - + + true + + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -117,7 +124,11 @@ - - + + + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj index a040458e5..f56906ee1 100644 --- a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj @@ -17,6 +17,12 @@ moving_average_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj index e4c8e55bf..536ff1e67 100644 --- a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj @@ -17,6 +17,12 @@ moving_average_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj index a0e25c23f..e1a7075cf 100644 --- a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj @@ -17,6 +17,12 @@ moving_average_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj index 986a2f41b..20ca3afc8 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj @@ -17,6 +17,12 @@ multi_gpu_data_transfer_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj index d0a586bc1..a955aac4d 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj @@ -17,6 +17,12 @@ multi_gpu_data_transfer_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj index 0de34353f..e415130fc 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj @@ -17,6 +17,12 @@ multi_gpu_data_transfer_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj index 2939b56c3..e723d9398 100644 --- a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj @@ -17,6 +17,12 @@ occupancy_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj index 655b7ae3d..b89077a9d 100644 --- a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj @@ -17,6 +17,12 @@ occupancy_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj index 8725934bd..64f3c8721 100644 --- a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj @@ -17,6 +17,12 @@ occupancy_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj index c6bbcde78..beda3a352 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj @@ -17,6 +17,12 @@ opengl_interop_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -35,25 +41,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -63,6 +67,9 @@ + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +114,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,7 +149,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj index e0ab77b4d..27f35ee53 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj @@ -17,6 +17,12 @@ opengl_interop_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -35,25 +41,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -63,6 +67,9 @@ + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +114,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,7 +149,11 @@ - - + + + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj index 023f13949..664090bde 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj @@ -17,6 +17,12 @@ opengl_interop_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -35,25 +41,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -63,6 +67,9 @@ + + true + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -107,7 +114,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -142,7 +149,11 @@ - - + + + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj index c73c14c18..1f0b9ef26 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj @@ -17,13 +17,19 @@ runtime_compilation_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,6 +70,9 @@ + + true + true @@ -80,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +101,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +115,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -141,7 +148,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj index 3e13da6fc..68fb2702e 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj @@ -17,13 +17,19 @@ runtime_compilation_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,6 +70,9 @@ + + true + true @@ -80,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +101,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +115,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -141,7 +148,11 @@ - - + + + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj index 5f125b8be..4ff75d21b 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj @@ -17,13 +17,19 @@ runtime_compilation_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,6 +70,9 @@ + + true + true @@ -80,7 +87,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +101,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -108,7 +115,7 @@ nvrtc.lib;cuda.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,7 @@ hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -141,7 +148,11 @@ - - + + + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj index cb5dd9e4d..8812e237b 100644 --- a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj @@ -17,6 +17,12 @@ saxpy_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj index 397b144ea..5bdb62191 100644 --- a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj @@ -17,6 +17,12 @@ saxpy_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj index 0656a99bb..1a47a74ec 100644 --- a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj @@ -17,6 +17,12 @@ saxpy_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj index 2aa1f9473..7d0ed4964 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj @@ -17,6 +17,12 @@ shared_memory_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj index de24fa388..538fe57b4 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj @@ -17,6 +17,12 @@ shared_memory_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj index 6db3fa140..4faeed069 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj @@ -17,6 +17,12 @@ shared_memory_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj index bad0819cb..7f46b3dab 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj @@ -17,6 +17,12 @@ static_host_library_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,6 +64,9 @@ + + true + true @@ -74,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -87,7 +94,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -115,7 +122,7 @@ true - + Level2 true @@ -131,7 +138,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj index 41f33bae4..33258fb68 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj @@ -17,6 +17,12 @@ static_host_library_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,6 +64,9 @@ + + true + true @@ -74,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -87,7 +94,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -115,7 +122,7 @@ true - + Level2 true @@ -131,7 +138,11 @@ - - + + + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj index 1b1cebfb9..a9fcd61fe 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj @@ -17,6 +17,12 @@ static_host_library_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,6 +64,9 @@ + + true + true @@ -74,7 +81,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -87,7 +94,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ true - + Level2 true @@ -115,7 +122,7 @@ true - + Level2 true @@ -131,7 +138,11 @@ - - + + + + + + diff --git a/HIP-Basic/streams/streams_vs2017.vcxproj b/HIP-Basic/streams/streams_vs2017.vcxproj index cc4433206..45db2484f 100644 --- a/HIP-Basic/streams/streams_vs2017.vcxproj +++ b/HIP-Basic/streams/streams_vs2017.vcxproj @@ -17,6 +17,12 @@ streams_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/streams/streams_vs2019.vcxproj b/HIP-Basic/streams/streams_vs2019.vcxproj index b7a6a5848..ad2f92124 100644 --- a/HIP-Basic/streams/streams_vs2019.vcxproj +++ b/HIP-Basic/streams/streams_vs2019.vcxproj @@ -17,6 +17,12 @@ streams_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/streams/streams_vs2022.vcxproj b/HIP-Basic/streams/streams_vs2022.vcxproj index 6de97b746..56184875e 100644 --- a/HIP-Basic/streams/streams_vs2022.vcxproj +++ b/HIP-Basic/streams/streams_vs2022.vcxproj @@ -17,6 +17,12 @@ streams_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj index 9a6409d4a..3ff7de7dc 100644 --- a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj @@ -17,6 +17,12 @@ texture_management_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj index 90cf3fe1e..1e398f462 100644 --- a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj @@ -17,6 +17,12 @@ texture_management_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj index 80d1c903a..52d9043e2 100644 --- a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj @@ -17,6 +17,12 @@ texture_management_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj index c1ebcebd3..08b0d41ca 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj @@ -17,6 +17,12 @@ vulkan_interop_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -54,25 +60,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -82,7 +86,10 @@ - + + true + + true @@ -101,7 +108,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +123,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,7 +142,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj index 427cb3961..56c4b5b53 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj @@ -17,6 +17,12 @@ vulkan_interop_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -54,25 +60,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -82,7 +86,10 @@ - + + true + + true @@ -101,7 +108,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +123,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,7 +142,11 @@ - - + + + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj index 827e588b9..73e8d04e7 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj @@ -17,6 +17,12 @@ vulkan_interop_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -54,25 +60,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -82,7 +86,10 @@ - + + true + + true @@ -101,7 +108,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -116,7 +123,7 @@ glfw3dll.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -135,7 +142,11 @@ - - + + + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj index 341528f1d..03a9c6f2a 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj @@ -17,6 +17,12 @@ warp_shuffle_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj index 01ee35553..35e5d06cf 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj @@ -17,6 +17,12 @@ warp_shuffle_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj index 6db03d10b..6f49e2370 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj @@ -17,6 +17,12 @@ warp_shuffle_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index bd74f850f..11fa0b046 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -17,6 +17,12 @@ gemm_strided_batched_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index 129dbe42c..82ebe5551 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -17,6 +17,12 @@ gemm_strided_batched_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 3300ed700..e95e60e6d 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -17,6 +17,12 @@ gemm_strided_batched_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/her/her_vs2017.vcxproj b/Libraries/hipBLAS/her/her_vs2017.vcxproj index e3c6ad75a..4bee86fe7 100644 --- a/Libraries/hipBLAS/her/her_vs2017.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2017.vcxproj @@ -17,6 +17,12 @@ her_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipBLAS/her/her_vs2019.vcxproj b/Libraries/hipBLAS/her/her_vs2019.vcxproj index 68d373844..0db7dd1bf 100644 --- a/Libraries/hipBLAS/her/her_vs2019.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2019.vcxproj @@ -17,6 +17,12 @@ her_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/her/her_vs2022.vcxproj b/Libraries/hipBLAS/her/her_vs2022.vcxproj index 3013284e8..c7d755f3e 100644 --- a/Libraries/hipBLAS/her/her_vs2022.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2022.vcxproj @@ -17,6 +17,12 @@ her_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj index c9816fa7b..1b0e39d81 100644 --- a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj @@ -17,6 +17,12 @@ scal_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj index 162e06e49..659ec0679 100644 --- a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj @@ -17,6 +17,12 @@ scal_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj index 8afd84e6e..424ebf147 100644 --- a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj @@ -17,6 +17,12 @@ scal_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -41,25 +47,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -69,7 +73,10 @@ - + + true + + true @@ -86,7 +93,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -100,7 +107,7 @@ hipblas.lib;rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -118,7 +125,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj index 545bc0a8d..e35d1428f 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj @@ -17,6 +17,12 @@ device_radix_sort_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj index 60f6a6aa1..595fa6cae 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj @@ -17,6 +17,12 @@ device_radix_sort_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj index 57371b05c..223cb7b41 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj @@ -17,6 +17,12 @@ device_radix_sort_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj index 77fb7a21c..b448ed13e 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj @@ -17,6 +17,12 @@ device_sum_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj index e28eb0064..9f504e8d0 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj @@ -17,6 +17,12 @@ device_sum_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj index 210569351..8c1726231 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj @@ -17,6 +17,12 @@ device_sum_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,6 +59,9 @@ + + true + true @@ -69,7 +76,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -82,7 +89,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -95,7 +102,7 @@ true - + Level2 true @@ -110,7 +117,7 @@ true - + Level2 true @@ -126,7 +133,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj index 1abdf4178..3cd672b3c 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj @@ -17,6 +17,12 @@ plan_d2z_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj index 7adf10b00..5ab860b02 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj @@ -17,6 +17,12 @@ plan_d2z_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj index 846022681..cce28c787 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj @@ -17,6 +17,12 @@ plan_d2z_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj index 654f9cd5d..4f74c9832 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj @@ -17,6 +17,12 @@ plan_z2z_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj index 62eaacfd9..fafcce381 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj @@ -17,6 +17,12 @@ plan_z2z_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj index 236462ded..07992fb2c 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj @@ -17,6 +17,12 @@ plan_z2z_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipfft.lib;rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj index d29475b5b..78dff4453 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj @@ -17,6 +17,12 @@ gels_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj index 3e709951a..c8ff7ce12 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj @@ -17,6 +17,12 @@ gels_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj index 2336e15f2..b2e7417ed 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj @@ -17,6 +17,12 @@ gels_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj index 5a377a54b..e402a46c7 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj @@ -17,6 +17,12 @@ geqrf_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj index ff3261b99..09f048a3b 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj @@ -17,6 +17,12 @@ geqrf_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj index e0a8f6c56..7c1f13475 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj @@ -17,6 +17,12 @@ geqrf_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj index c10a32a99..73fa76b54 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj @@ -17,6 +17,12 @@ gesvd_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj index 40ab3f968..21a8306c2 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj @@ -17,6 +17,12 @@ gesvd_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj index 9c6b303e4..388e705ad 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj @@ -17,6 +17,12 @@ gesvd_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj index 8559173a0..49be7e136 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj @@ -17,6 +17,12 @@ getrf_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj index d7fc0dc28..e0fa8a749 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj @@ -17,6 +17,12 @@ getrf_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj index c7d89629a..3e70fed8d 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj @@ -17,6 +17,12 @@ getrf_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj index 11c9b4e2c..8e7d82273 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj @@ -17,6 +17,12 @@ potrf_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj index 3f5facf62..5af688f4e 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj @@ -17,6 +17,12 @@ potrf_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj index 5ca71e8fc..2a46a0f22 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj @@ -17,6 +17,12 @@ potrf_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj index 2f517001b..2fe6f2816 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj @@ -17,6 +17,12 @@ syevd_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj index 2b28f5533..495c5b4d8 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj @@ -17,6 +17,12 @@ syevd_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj index e0b3f7d5a..a31bcd242 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj @@ -17,6 +17,12 @@ syevd_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj index 86e54fab3..ab4fcaff7 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj @@ -17,6 +17,12 @@ syevdx_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,7 +82,10 @@ - + + true + + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj index 7dfe63e48..ce451b4dd 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj @@ -17,6 +17,12 @@ syevdx_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,7 +82,10 @@ - + + true + + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj index 9f4b754ba..e2886789f 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj @@ -17,6 +17,12 @@ syevdx_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,7 +82,10 @@ - + + true + + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj index 3a07d443f..de0f79122 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj @@ -17,6 +17,12 @@ syevj_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj index 7e3db4fc0..e6172efd2 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj @@ -17,6 +17,12 @@ syevj_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj index 0c3fc599b..feb11f5e3 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj @@ -17,6 +17,12 @@ syevj_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -47,25 +53,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -75,7 +79,10 @@ - + + true + + true @@ -92,7 +99,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -106,7 +113,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -124,7 +131,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj index 879a89bec..2ba5fb282 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj @@ -17,6 +17,12 @@ syevj_batched_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj index 4c0b04b04..b6f63fabd 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj @@ -17,6 +17,12 @@ syevj_batched_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj index cd2a3f186..5111cfd6b 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj @@ -17,6 +17,12 @@ syevj_batched_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -26,7 +32,7 @@ - + PreserveNewest @@ -51,25 +57,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -79,7 +83,10 @@ - + + true + + true @@ -96,7 +103,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -110,7 +117,7 @@ hipsolver.lib;hipblas.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -128,7 +135,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj index 486c920b5..339d44bbd 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj @@ -17,6 +17,12 @@ sygvd_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,7 +82,10 @@ - + + true + + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj index 570a4c314..8b68f852c 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj @@ -17,6 +17,12 @@ sygvd_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,7 +82,10 @@ - + + true + + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj index db951b909..642a2939f 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj @@ -17,6 +17,12 @@ sygvd_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -50,25 +56,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -78,7 +82,10 @@ - + + true + + true @@ -95,7 +102,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -109,7 +116,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;hipblas.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -127,7 +134,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj index 605e5d597..710b1537d 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj @@ -17,6 +17,12 @@ sygvj_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj index 884b121e1..314fe31fd 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj @@ -17,6 +17,12 @@ sygvj_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj index 7248dc42c..c6064240d 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj @@ -17,6 +17,12 @@ sygvj_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -46,25 +52,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -74,7 +78,10 @@ - + + true + + true @@ -91,7 +98,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -105,7 +112,7 @@ hipsolver.lib;rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -123,7 +130,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj index 8ccfcc298..ae5a39903 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj @@ -17,6 +17,12 @@ axpy_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj index 552389d5a..9a34ecb65 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj @@ -17,6 +17,12 @@ axpy_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj index b480cfc5c..336c13a97 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj @@ -17,6 +17,12 @@ axpy_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj index 84fccff79..39b2c8a3f 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj @@ -17,6 +17,12 @@ dot_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj index 4bb470609..773bcf4b8 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj @@ -17,6 +17,12 @@ dot_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj index b824bfed3..de9413f0c 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj @@ -17,6 +17,12 @@ dot_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj index 55e2d4b8d..859e2eb13 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj @@ -17,6 +17,12 @@ nrm2_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj index 31d45c4fd..ad202d5a8 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj @@ -17,6 +17,12 @@ nrm2_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj index 458c346a5..21c065831 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj @@ -17,6 +17,12 @@ nrm2_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj index cf00888fd..d1afed674 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj @@ -17,6 +17,12 @@ scal_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj index 4e5536127..04bbc659f 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj @@ -17,6 +17,12 @@ scal_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj index 143496eeb..597e63e3a 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj @@ -17,6 +17,12 @@ scal_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj index b63955466..8d0498abd 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj @@ -17,6 +17,12 @@ swap_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj index 3068cc000..945184d3d 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj @@ -17,6 +17,12 @@ swap_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj index 88ecd347e..dd78e5e5a 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj @@ -17,6 +17,12 @@ swap_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj index 4ba2f61dd..3e29849b7 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj @@ -17,6 +17,12 @@ gemv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj index abeb3c1ba..e9b290b2f 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj @@ -17,6 +17,12 @@ gemv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj index 3c7d9df0c..bc191e9a1 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj @@ -17,6 +17,12 @@ gemv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj index bb4a0d7bc..ccb7f2cb6 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj @@ -17,6 +17,12 @@ her_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj index 235ae7f6e..81392a133 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj @@ -17,6 +17,12 @@ her_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj index 6f03e6d50..d8a9fc7d6 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj @@ -17,6 +17,12 @@ her_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj index 06194267e..2538a9275 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj @@ -17,6 +17,12 @@ gemm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj index 928ac2deb..d96f18bf8 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj @@ -17,6 +17,12 @@ gemm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj index efef1260f..7dec32e07 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj @@ -17,6 +17,12 @@ gemm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index 67b502919..bd47c9ed4 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -17,6 +17,12 @@ gemm_strided_batched_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index f416c57d4..01258b1c4 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -17,6 +17,12 @@ gemm_strided_batched_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index cb69d4ee4..04d516b54 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -17,6 +17,12 @@ gemm_strided_batched_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -38,25 +44,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -66,7 +70,10 @@ - + + true + + true @@ -83,7 +90,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -97,7 +104,7 @@ rocblas.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -115,7 +122,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2017.vcxproj b/Libraries/rocFFT/callback/callback_vs2017.vcxproj index 1bef970df..3337919ad 100644 --- a/Libraries/rocFFT/callback/callback_vs2017.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2017.vcxproj @@ -17,6 +17,12 @@ callback_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -42,25 +48,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -70,7 +74,10 @@ - + + true + + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +108,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -119,7 +126,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocFFT/callback/callback_vs2019.vcxproj b/Libraries/rocFFT/callback/callback_vs2019.vcxproj index b2b892e5d..ec451ed4e 100644 --- a/Libraries/rocFFT/callback/callback_vs2019.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2019.vcxproj @@ -17,6 +17,12 @@ callback_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -42,25 +48,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -70,7 +74,10 @@ - + + true + + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +108,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -119,7 +126,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2022.vcxproj b/Libraries/rocFFT/callback/callback_vs2022.vcxproj index d91f18f5c..bac9c3c0e 100644 --- a/Libraries/rocFFT/callback/callback_vs2022.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2022.vcxproj @@ -17,6 +17,12 @@ callback_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -42,25 +48,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -70,7 +74,10 @@ - + + true + + true @@ -87,7 +94,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -101,7 +108,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -119,7 +126,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj index be0e99f80..28c3f8b8b 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj @@ -17,6 +17,12 @@ multi_gpu_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -43,25 +49,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -71,7 +75,10 @@ - + + true + + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +109,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,7 +127,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj index af3964f2f..7257a4719 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj @@ -17,6 +17,12 @@ multi_gpu_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -43,25 +49,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -71,7 +75,10 @@ - + + true + + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +109,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,7 +127,11 @@ - - + + + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj index 2ec1d5ed7..eeab04b3f 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj @@ -17,6 +17,12 @@ multi_gpu_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -43,25 +49,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -71,7 +75,10 @@ - + + true + + true @@ -88,7 +95,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -102,7 +109,7 @@ rocfft.lib;hiprtc.lib;hiprtc-builtins.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -120,7 +127,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj index 98103d08b..edbdd8478 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj @@ -17,6 +17,12 @@ block_sum_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj index 9e05b2e66..62a897359 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj @@ -17,6 +17,12 @@ block_sum_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj index d95ca930e..db087b257 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj @@ -17,6 +17,12 @@ block_sum_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj index edd07f507..3c3d80ad2 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj @@ -17,6 +17,12 @@ device_sum_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj index d275ec354..09acc86ff 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj @@ -17,6 +17,12 @@ device_sum_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj index 4c4db59d5..376409c25 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj @@ -17,6 +17,12 @@ device_sum_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj index 86b666c1a..8a010366a 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj @@ -17,6 +17,12 @@ simple_distributions_cpp_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj index 7325e18f7..ace6b22d7 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj @@ -17,6 +17,12 @@ simple_distributions_cpp_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj index ec4980562..40e55f98a 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj @@ -17,6 +17,12 @@ simple_distributions_cpp_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocrand.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj index c173e7edf..df40b254e 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj @@ -17,6 +17,12 @@ getf2_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj index df2885540..d04385fbc 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj @@ -17,6 +17,12 @@ getf2_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj index 82e621243..dbd38e888 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj @@ -17,6 +17,12 @@ getf2_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj index 66e623390..ead090614 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj @@ -17,6 +17,12 @@ getri_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj index 61ab49480..f4437dd09 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj @@ -17,6 +17,12 @@ getri_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj index 3682e7289..416c88cac 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj @@ -17,6 +17,12 @@ getri_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj index b82486156..36a73c054 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj @@ -17,6 +17,12 @@ syev_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj index 070be1ce3..5f0dc0176 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj @@ -17,6 +17,12 @@ syev_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj index 3fe08b0ad..356b154eb 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj @@ -17,6 +17,12 @@ syev_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj index 7f8831512..0c8608e01 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj @@ -17,6 +17,12 @@ syev_batched_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj index ed795eda2..c99fed1bd 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj @@ -17,6 +17,12 @@ syev_batched_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj index 1650b6641..b67313564 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj @@ -17,6 +17,12 @@ syev_batched_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj index f3d4f5364..9b055be02 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj @@ -17,6 +17,12 @@ syev_strided_batched_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj index a0ca0f9c8..7b02d7f37 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj @@ -17,6 +17,12 @@ syev_strided_batched_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj index f37f5086c..b98ceaf7e 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj @@ -17,6 +17,12 @@ syev_strided_batched_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -25,7 +31,7 @@ - + PreserveNewest @@ -44,25 +50,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -72,7 +76,10 @@ - + + true + + true @@ -89,7 +96,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -103,7 +110,7 @@ rocblas.lib;rocsolver.lib;rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -121,7 +128,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj index 23b508b79..4ce0b79ef 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj @@ -17,13 +17,19 @@ bsrmv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,7 +64,10 @@ - + + true + + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj index 353c01e94..176281a9c 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj @@ -17,13 +17,19 @@ bsrmv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,7 +64,10 @@ - + + true + + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj index 3fd4f7970..14f7dfd7b 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj @@ -17,13 +17,19 @@ bsrmv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,7 +64,10 @@ - + + true + + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj index 4f0df3d6d..229d4cef1 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj @@ -17,6 +17,12 @@ bsrsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj index 4d43e997b..e980a3125 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj @@ -17,6 +17,12 @@ bsrsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj index 7106b83d5..016a4d7a5 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj @@ -17,6 +17,12 @@ bsrsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj index 8d544741f..5321d619f 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj @@ -17,6 +17,12 @@ bsrxmv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj index 17d4e6e00..0a080ea53 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj @@ -17,6 +17,12 @@ bsrxmv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj index 34aa34bbb..937ceeb8a 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj @@ -17,6 +17,12 @@ bsrxmv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj index 5f1a714ef..8487fc091 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj @@ -17,6 +17,12 @@ coomv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj index 68198c300..cb94a98a5 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj @@ -17,6 +17,12 @@ coomv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj index c5f07ce16..1e78bea56 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj @@ -17,6 +17,12 @@ coomv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj index 6f7219b50..7b73d24e3 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj @@ -17,6 +17,12 @@ csritsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj index 0c8e258e9..c4dd3ed0c 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj @@ -17,6 +17,12 @@ csritsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj index 707c7a938..157e3f0a9 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj @@ -17,6 +17,12 @@ csritsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj index edad635c1..18c017862 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj @@ -17,6 +17,12 @@ csrmv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj index 623f619e6..41b78bc57 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj @@ -17,6 +17,12 @@ csrmv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj index ec85ed0ff..de7160a32 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj @@ -17,6 +17,12 @@ csrmv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj index c1143d479..cd135d67b 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj @@ -17,6 +17,12 @@ csrsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj index c44aff24d..dc1f15bd2 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj @@ -17,6 +17,12 @@ csrsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj index a077bdd51..4ea901144 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj @@ -17,6 +17,12 @@ csrsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj index 74129c5b4..517eba256 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj @@ -17,6 +17,12 @@ ellmv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj index 5b7804681..b05ab4a04 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj @@ -17,6 +17,12 @@ ellmv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj index c83c99d5a..cb67f563e 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj @@ -17,6 +17,12 @@ ellmv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj index 954e75896..b49bbb21c 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj @@ -17,13 +17,19 @@ gebsrmv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,7 +64,10 @@ - + + true + + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj index c10b871bb..efb3b15e2 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj @@ -17,13 +17,19 @@ gebsrmv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,7 +64,10 @@ - + + true + + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj index 0e2a277db..eb9edb57b 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj @@ -17,13 +17,19 @@ gebsrmv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + - + PreserveNewest @@ -32,25 +38,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -60,7 +64,10 @@ - + + true + + true @@ -77,7 +84,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -91,7 +98,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -109,7 +116,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj index 5185c7266..f510984b9 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj @@ -17,6 +17,12 @@ gemvi_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj index bfd20bc3e..449fe8ee5 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj @@ -17,6 +17,12 @@ gemvi_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj index 08cea4b6c..7ba499da8 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj @@ -17,6 +17,12 @@ gemvi_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj index fae5786b7..ad06ab915 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj @@ -17,6 +17,12 @@ spitsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj index 71ebb59ca..776c6931f 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj @@ -17,6 +17,12 @@ spitsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj index 61cbdc5c6..db0aec0cf 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj @@ -17,6 +17,12 @@ spitsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj index 3b8d52381..f4100899b 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj @@ -17,6 +17,12 @@ spmv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj index 21167ec71..46c510655 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj @@ -17,6 +17,12 @@ spmv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj index 9178a96c1..7cc8b7f5e 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj @@ -17,6 +17,12 @@ spmv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj index befd1877a..a2ca6d79c 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj @@ -17,6 +17,12 @@ spsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj index cdd3869d1..198f5de88 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj @@ -17,6 +17,12 @@ spsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj index 68574ace4..5f77fd731 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj @@ -17,6 +17,12 @@ spsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj index 9ea17d483..174e4ab28 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj @@ -17,6 +17,12 @@ bsrmm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj index e62175b96..4fe60b1e6 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj @@ -17,6 +17,12 @@ bsrmm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj index 6ed5639e2..c7c96f40f 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj @@ -17,6 +17,12 @@ bsrmm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj index 7c9e8ac92..13c582af5 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj @@ -17,6 +17,12 @@ bsrsm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj index 7d5bed710..e53fd42cd 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj @@ -17,6 +17,12 @@ bsrsm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj index 83677407e..d1eda1dd6 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj @@ -17,6 +17,12 @@ bsrsm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj index 2093f8800..e476eca18 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj @@ -17,6 +17,12 @@ csrmm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj index f6842a408..cdb809193 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj @@ -17,6 +17,12 @@ csrmm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj index 8bcfe23a3..4286a6654 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj @@ -17,6 +17,12 @@ csrmm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj index 1785ece6a..978d8db6d 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj @@ -17,6 +17,12 @@ csrsm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj index 8d6045ee9..df6364b6b 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj @@ -17,6 +17,12 @@ csrsm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj index f7625d824..429ea4d48 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj @@ -17,6 +17,12 @@ csrsm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj index a00f1ad71..32a0d0856 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj @@ -17,6 +17,12 @@ gebsrmm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj index 42d617bc1..163caadea 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj @@ -17,6 +17,12 @@ gebsrmm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj index ad9b96422..0c92e5102 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj @@ -17,6 +17,12 @@ gebsrmm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj index 5b3b0b376..1b7ea1c6c 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj @@ -17,6 +17,12 @@ gemmi_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj index 3a9c45186..40900008a 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj @@ -17,6 +17,12 @@ gemmi_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj index 2f6df0ee3..281e90bd6 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj @@ -17,6 +17,12 @@ gemmi_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj index ac2f9497e..c1d1bb30c 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj @@ -17,6 +17,12 @@ sddmm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj index 69effdb3c..1c8e34dbe 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj @@ -17,6 +17,12 @@ sddmm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj index 1aabba3b7..213899aaa 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj @@ -17,6 +17,12 @@ sddmm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj index e9e36d9df..2e2e7b96f 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj @@ -17,6 +17,12 @@ spmm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj index 36dfc6a56..649380fc0 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj @@ -17,6 +17,12 @@ spmm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj index bb3c2cbc8..1e0edafbb 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj @@ -17,6 +17,12 @@ spmm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj index 55738c6a3..e37ca9f32 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj @@ -17,6 +17,12 @@ spsm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj index 7c662f69b..5b65781d7 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj @@ -17,6 +17,12 @@ spsm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj index 8b8d48973..52e995406 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj @@ -17,6 +17,12 @@ spsm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj index d496c79f5..9d1247522 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj @@ -17,6 +17,12 @@ bsric0_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj index ec54bc5b0..835a04ccb 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj @@ -17,6 +17,12 @@ bsric0_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj index dea90b7bd..e8017ea89 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj @@ -17,6 +17,12 @@ bsric0_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj index 952064ef5..0b5c1ebc4 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj @@ -17,6 +17,12 @@ bsrilu0_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj index 6f8989da4..aaa481bff 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj @@ -17,6 +17,12 @@ bsrilu0_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj index e43f371d9..db9378251 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj @@ -17,6 +17,12 @@ bsrilu0_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj index b8a3513cd..8c271d103 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj @@ -17,6 +17,12 @@ csric0_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj index d8bcae1fe..7fa200ea3 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj @@ -17,6 +17,12 @@ csric0_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj index 8510f5495..530885576 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj @@ -17,6 +17,12 @@ csric0_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj index 13341317e..dd600e331 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj @@ -17,6 +17,12 @@ csrilu0_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj index afba0f715..74a2b06ea 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj @@ -17,6 +17,12 @@ csrilu0_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj index 9ef8b9bc8..afb43f890 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj @@ -17,6 +17,12 @@ csrilu0_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj index 3aa3ff66b..d0bc75cda 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj @@ -17,6 +17,12 @@ csritilu0_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj index 88863e314..79383dcb9 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj @@ -17,6 +17,12 @@ csritilu0_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj index cc3a997f2..e30580c23 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj @@ -17,6 +17,12 @@ csritilu0_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj index d74eff7f8..c0758e803 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj @@ -17,6 +17,12 @@ gpsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj index bda3bc9d9..258f8148c 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj @@ -17,6 +17,12 @@ gpsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj index 18b357336..268a06607 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj @@ -17,6 +17,12 @@ gpsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj index eca0d8b8a..9298ea79d 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj @@ -17,6 +17,12 @@ gtsv_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj index a1238258e..7846bbb7c 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj @@ -17,6 +17,12 @@ gtsv_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj index 2d987a3c2..0d38963af 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj @@ -17,6 +17,12 @@ gtsv_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -24,7 +30,7 @@ - + PreserveNewest @@ -33,25 +39,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -61,7 +65,10 @@ - + + true + + true @@ -78,7 +85,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -92,7 +99,7 @@ rocsparse.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - + Level2 true @@ -110,7 +117,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj index 7283e0fbc..5cb6f3b8d 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj @@ -17,6 +17,12 @@ device_ptr_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj index d69b75e39..9abe361ee 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj @@ -17,6 +17,12 @@ device_ptr_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj index bc7960a01..41bae67d8 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj @@ -17,6 +17,12 @@ device_ptr_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2017.vcxproj b/Libraries/rocThrust/norm/norm_vs2017.vcxproj index 4fcadf8dd..767a18274 100644 --- a/Libraries/rocThrust/norm/norm_vs2017.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2017.vcxproj @@ -17,6 +17,12 @@ norm_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/norm/norm_vs2019.vcxproj b/Libraries/rocThrust/norm/norm_vs2019.vcxproj index e795d876a..53ec260fe 100644 --- a/Libraries/rocThrust/norm/norm_vs2019.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2019.vcxproj @@ -17,6 +17,12 @@ norm_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2022.vcxproj b/Libraries/rocThrust/norm/norm_vs2022.vcxproj index 8484f4f10..83f76f839 100644 --- a/Libraries/rocThrust/norm/norm_vs2022.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2022.vcxproj @@ -17,6 +17,12 @@ norm_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj index 50c8153f7..d0b2d3e4f 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj @@ -17,6 +17,12 @@ reduce_sum_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj index 6570e12a5..c7a2f2464 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj @@ -17,6 +17,12 @@ reduce_sum_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj index e4077a3e3..474ba8e85 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj @@ -17,6 +17,12 @@ reduce_sum_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj index 660514692..8445cf610 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj @@ -17,6 +17,12 @@ remove_points_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj index 4539bc9fa..05468f3c1 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj @@ -17,6 +17,12 @@ remove_points_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj index a768b5ed6..e4ebf76a0 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj @@ -17,6 +17,12 @@ remove_points_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj index 199d4c0fd..bff954427 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj @@ -17,6 +17,12 @@ saxpy_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj index a2899fbec..0b1bab6d7 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj @@ -17,6 +17,12 @@ saxpy_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj index e4c3280e2..3cc93efb6 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj @@ -17,6 +17,12 @@ saxpy_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj index dd29b73c9..979498de8 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj @@ -17,6 +17,12 @@ vectors_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + \ No newline at end of file diff --git a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj index ead88b872..19b20358f 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj @@ -17,6 +17,12 @@ vectors_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj index 05e111ae1..86f188ca4 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj @@ -17,6 +17,12 @@ vectors_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -27,25 +33,23 @@ Application true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode Application false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode - - $(PlatformToolset.Replace(`HIP clang `, ``)) - - - $(PlatformToolset.Replace(`HIP nvcc `, ``)) - - - + + + + + + @@ -55,7 +59,10 @@ - + + true + + true @@ -72,7 +79,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -85,7 +92,7 @@ true - + Level2 true @@ -102,7 +109,11 @@ - - + + + + + + From 2b65283ae8bf25617d30c05b35d30fae383b6768 Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 15:18:39 -0500 Subject: [PATCH 04/10] HIP_PATH guidance for multiple HIP SDK versions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b13e6f5a..791a533a7 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ The repository has Visual Studio project files for all examples and individually - To build in Release mode pass the `/p:Configuration=Release` option to MSBuild. - The executables will be created in a subfolder named "Debug" or "Release" inside the project folder. - The HIP specific project settings like the GPU architectures targeted can be set on the `General [AMD HIP C++]` tab of project properties. +- If multiple HIP SDK versions are installed, the HIP_PATH environment variable must be set to point to the location of the desired version before launching Visual Studio. - The top level solution files come in two flavors: `ROCm-Examples-VS.sln` and `ROCm-Examples-Portable-VS.sln`. The former contains all examples, while the latter contains the examples that support both ROCm and CUDA. #### CMake From 37ccac07f9ed0064dc4c583f2883fbfebc8a139c Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 17:10:50 -0500 Subject: [PATCH 05/10] More guidance for multiple HIP SDK versions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791a533a7..25af501cc 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,10 @@ The repository has Visual Studio project files for all examples and individually - To build in Release mode pass the `/p:Configuration=Release` option to MSBuild. - The executables will be created in a subfolder named "Debug" or "Release" inside the project folder. - The HIP specific project settings like the GPU architectures targeted can be set on the `General [AMD HIP C++]` tab of project properties. -- If multiple HIP SDK versions are installed, the HIP_PATH environment variable must be set to point to the location of the desired version before launching Visual Studio. +- If multiple HIP SDK versions are installed, the HIP_PATH environment variable must be set to point to the location of the desired version. + - This must be done before launching Visual Studio (or the command line interface if using MSBuild); changes made while the process is open will not be reflected. + - The Visual Studio platform toolset will automatically be set to match the HIP SDK version located by HIP_PATH. + - Selecting a platform toolset in the Visual Studio property pages to one that doesn't match the HIP SDK version set in HIP_PATH will result in an unsupported toolset error. - The top level solution files come in two flavors: `ROCm-Examples-VS.sln` and `ROCm-Examples-Portable-VS.sln`. The former contains all examples, while the latter contains the examples that support both ROCm and CUDA. #### CMake From 12a0f2d03196189a7706a348ad6447a1c370b35c Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 17:36:56 -0500 Subject: [PATCH 06/10] Ensure toolset is loaded if version not hard-coded --- Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj | 8 ++++++++ Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj | 8 ++++++++ Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj | 8 ++++++++ Applications/convolution/convolution_vs2017.vcxproj | 8 ++++++++ Applications/convolution/convolution_vs2019.vcxproj | 8 ++++++++ Applications/convolution/convolution_vs2022.vcxproj | 8 ++++++++ Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj | 8 ++++++++ Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj | 8 ++++++++ Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj | 8 ++++++++ Applications/histogram/histogram_vs2017.vcxproj | 8 ++++++++ Applications/histogram/histogram_vs2019.vcxproj | 8 ++++++++ Applications/histogram/histogram_vs2022.vcxproj | 8 ++++++++ Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj | 8 ++++++++ Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj | 8 ++++++++ Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj | 8 ++++++++ Applications/prefix_sum/prefix_sum_vs2017.vcxproj | 8 ++++++++ Applications/prefix_sum/prefix_sum_vs2019.vcxproj | 8 ++++++++ Applications/prefix_sum/prefix_sum_vs2022.vcxproj | 8 ++++++++ .../assembly_to_executable_vs2017.vcxproj | 8 ++++++++ .../assembly_to_executable_vs2019.vcxproj | 8 ++++++++ .../assembly_to_executable_vs2022.vcxproj | 8 ++++++++ HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj | 8 ++++++++ HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj | 8 ++++++++ HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj | 8 ++++++++ HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj | 8 ++++++++ HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj | 8 ++++++++ HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj | 8 ++++++++ .../cooperative_groups/cooperative_groups_vs2017.vcxproj | 8 ++++++++ .../cooperative_groups/cooperative_groups_vs2019.vcxproj | 8 ++++++++ .../cooperative_groups/cooperative_groups_vs2022.vcxproj | 8 ++++++++ HIP-Basic/device_globals/device_globals_vs2017.vcxproj | 8 ++++++++ HIP-Basic/device_globals/device_globals_vs2019.vcxproj | 8 ++++++++ HIP-Basic/device_globals/device_globals_vs2022.vcxproj | 8 ++++++++ HIP-Basic/device_query/device_query_vs2017.vcxproj | 8 ++++++++ HIP-Basic/device_query/device_query_vs2019.vcxproj | 8 ++++++++ HIP-Basic/device_query/device_query_vs2022.vcxproj | 8 ++++++++ HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj | 8 ++++++++ HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj | 8 ++++++++ HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj | 8 ++++++++ HIP-Basic/events/events_vs2017.vcxproj | 8 ++++++++ HIP-Basic/events/events_vs2019.vcxproj | 8 ++++++++ HIP-Basic/events/events_vs2022.vcxproj | 8 ++++++++ HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj | 8 ++++++++ HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj | 8 ++++++++ HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj | 8 ++++++++ HIP-Basic/hello_world/hello_world_vs2017.vcxproj | 8 ++++++++ HIP-Basic/hello_world/hello_world_vs2019.vcxproj | 8 ++++++++ HIP-Basic/hello_world/hello_world_vs2022.vcxproj | 8 ++++++++ HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj | 8 ++++++++ HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj | 8 ++++++++ HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj | 8 ++++++++ .../llvm_ir_to_executable_vs2017.vcxproj | 8 ++++++++ .../llvm_ir_to_executable_vs2019.vcxproj | 8 ++++++++ .../llvm_ir_to_executable_vs2022.vcxproj | 8 ++++++++ .../matrix_multiplication_vs2017.vcxproj | 8 ++++++++ .../matrix_multiplication_vs2019.vcxproj | 8 ++++++++ .../matrix_multiplication_vs2022.vcxproj | 8 ++++++++ HIP-Basic/module_api/module_api_vs2017.vcxproj | 8 ++++++++ HIP-Basic/module_api/module_api_vs2019.vcxproj | 8 ++++++++ HIP-Basic/module_api/module_api_vs2022.vcxproj | 8 ++++++++ HIP-Basic/moving_average/moving_average_vs2017.vcxproj | 8 ++++++++ HIP-Basic/moving_average/moving_average_vs2019.vcxproj | 8 ++++++++ HIP-Basic/moving_average/moving_average_vs2022.vcxproj | 8 ++++++++ .../multi_gpu_data_transfer_vs2017.vcxproj | 8 ++++++++ .../multi_gpu_data_transfer_vs2019.vcxproj | 8 ++++++++ .../multi_gpu_data_transfer_vs2022.vcxproj | 8 ++++++++ HIP-Basic/occupancy/occupancy_vs2017.vcxproj | 8 ++++++++ HIP-Basic/occupancy/occupancy_vs2019.vcxproj | 8 ++++++++ HIP-Basic/occupancy/occupancy_vs2022.vcxproj | 8 ++++++++ HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj | 8 ++++++++ HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj | 8 ++++++++ HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj | 8 ++++++++ .../runtime_compilation_vs2017.vcxproj | 8 ++++++++ .../runtime_compilation_vs2019.vcxproj | 8 ++++++++ .../runtime_compilation_vs2022.vcxproj | 8 ++++++++ HIP-Basic/saxpy/saxpy_vs2017.vcxproj | 8 ++++++++ HIP-Basic/saxpy/saxpy_vs2019.vcxproj | 8 ++++++++ HIP-Basic/saxpy/saxpy_vs2022.vcxproj | 8 ++++++++ HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj | 8 ++++++++ HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj | 8 ++++++++ HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj | 8 ++++++++ .../static_host_library_vs2017.vcxproj | 8 ++++++++ .../static_host_library_vs2019.vcxproj | 8 ++++++++ .../static_host_library_vs2022.vcxproj | 8 ++++++++ HIP-Basic/streams/streams_vs2017.vcxproj | 8 ++++++++ HIP-Basic/streams/streams_vs2019.vcxproj | 8 ++++++++ HIP-Basic/streams/streams_vs2022.vcxproj | 8 ++++++++ .../texture_management/texture_management_vs2017.vcxproj | 8 ++++++++ .../texture_management/texture_management_vs2019.vcxproj | 8 ++++++++ .../texture_management/texture_management_vs2022.vcxproj | 8 ++++++++ HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj | 8 ++++++++ HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj | 8 ++++++++ HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj | 8 ++++++++ HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj | 8 ++++++++ HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj | 8 ++++++++ HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj | 8 ++++++++ .../gemm_strided_batched_vs2017.vcxproj | 8 ++++++++ .../gemm_strided_batched_vs2019.vcxproj | 8 ++++++++ .../gemm_strided_batched_vs2022.vcxproj | 8 ++++++++ Libraries/hipBLAS/her/her_vs2017.vcxproj | 8 ++++++++ Libraries/hipBLAS/her/her_vs2019.vcxproj | 8 ++++++++ Libraries/hipBLAS/her/her_vs2022.vcxproj | 8 ++++++++ Libraries/hipBLAS/scal/scal_vs2017.vcxproj | 8 ++++++++ Libraries/hipBLAS/scal/scal_vs2019.vcxproj | 8 ++++++++ Libraries/hipBLAS/scal/scal_vs2022.vcxproj | 8 ++++++++ .../device_radix_sort/device_radix_sort_vs2017.vcxproj | 8 ++++++++ .../device_radix_sort/device_radix_sort_vs2019.vcxproj | 8 ++++++++ .../device_radix_sort/device_radix_sort_vs2022.vcxproj | 8 ++++++++ Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj | 8 ++++++++ Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj | 8 ++++++++ Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj | 8 ++++++++ Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj | 8 ++++++++ Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj | 8 ++++++++ Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj | 8 ++++++++ Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj | 8 ++++++++ Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj | 8 ++++++++ Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/gels/gels_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/gels/gels_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/gels/gels_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj | 8 ++++++++ .../hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj | 8 ++++++++ .../hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj | 8 ++++++++ .../hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj | 8 ++++++++ Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj | 8 ++++++++ Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj | 8 ++++++++ Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj | 8 ++++++++ Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj | 8 ++++++++ .../gemm_strided_batched_vs2017.vcxproj | 8 ++++++++ .../gemm_strided_batched_vs2019.vcxproj | 8 ++++++++ .../gemm_strided_batched_vs2022.vcxproj | 8 ++++++++ Libraries/rocFFT/callback/callback_vs2017.vcxproj | 8 ++++++++ Libraries/rocFFT/callback/callback_vs2019.vcxproj | 8 ++++++++ Libraries/rocFFT/callback/callback_vs2022.vcxproj | 8 ++++++++ Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj | 8 ++++++++ Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj | 8 ++++++++ Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj | 8 ++++++++ Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj | 8 ++++++++ Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj | 8 ++++++++ Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj | 8 ++++++++ Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj | 8 ++++++++ Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj | 8 ++++++++ Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj | 8 ++++++++ .../simple_distributions_cpp_vs2017.vcxproj | 8 ++++++++ .../simple_distributions_cpp_vs2019.vcxproj | 8 ++++++++ .../simple_distributions_cpp_vs2022.vcxproj | 8 ++++++++ Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj | 8 ++++++++ Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj | 8 ++++++++ Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj | 8 ++++++++ Libraries/rocSOLVER/getri/getri_vs2017.vcxproj | 8 ++++++++ Libraries/rocSOLVER/getri/getri_vs2019.vcxproj | 8 ++++++++ Libraries/rocSOLVER/getri/getri_vs2022.vcxproj | 8 ++++++++ Libraries/rocSOLVER/syev/syev_vs2017.vcxproj | 8 ++++++++ Libraries/rocSOLVER/syev/syev_vs2019.vcxproj | 8 ++++++++ Libraries/rocSOLVER/syev/syev_vs2022.vcxproj | 8 ++++++++ .../rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj | 8 ++++++++ .../rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj | 8 ++++++++ .../rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj | 8 ++++++++ .../syev_strided_batched_vs2017.vcxproj | 8 ++++++++ .../syev_strided_batched_vs2019.vcxproj | 8 ++++++++ .../syev_strided_batched_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj | 8 ++++++++ Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj | 8 ++++++++ .../preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj | 8 ++++++++ .../preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj | 8 ++++++++ .../preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj | 8 ++++++++ .../preconditioner/csrilu0/csrilu0_vs2017.vcxproj | 8 ++++++++ .../preconditioner/csrilu0/csrilu0_vs2019.vcxproj | 8 ++++++++ .../preconditioner/csrilu0/csrilu0_vs2022.vcxproj | 8 ++++++++ .../preconditioner/csritilu0/csritilu0_vs2017.vcxproj | 8 ++++++++ .../preconditioner/csritilu0/csritilu0_vs2019.vcxproj | 8 ++++++++ .../preconditioner/csritilu0/csritilu0_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj | 8 ++++++++ .../rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj | 8 ++++++++ Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj | 8 ++++++++ Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj | 8 ++++++++ Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj | 8 ++++++++ Libraries/rocThrust/norm/norm_vs2017.vcxproj | 8 ++++++++ Libraries/rocThrust/norm/norm_vs2019.vcxproj | 8 ++++++++ Libraries/rocThrust/norm/norm_vs2022.vcxproj | 8 ++++++++ Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj | 8 ++++++++ Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj | 8 ++++++++ Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj | 8 ++++++++ .../rocThrust/remove_points/remove_points_vs2017.vcxproj | 8 ++++++++ .../rocThrust/remove_points/remove_points_vs2019.vcxproj | 8 ++++++++ .../rocThrust/remove_points/remove_points_vs2022.vcxproj | 8 ++++++++ Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj | 8 ++++++++ Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj | 8 ++++++++ Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj | 8 ++++++++ Libraries/rocThrust/vectors/vectors_vs2017.vcxproj | 8 ++++++++ Libraries/rocThrust/vectors/vectors_vs2019.vcxproj | 8 ++++++++ Libraries/rocThrust/vectors/vectors_vs2022.vcxproj | 8 ++++++++ 312 files changed, 2496 insertions(+) diff --git a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj index 05735d8c1..34473e555 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj index b277644df..233eed7d6 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj index 5c763358d..c8344cf93 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/convolution/convolution_vs2017.vcxproj b/Applications/convolution/convolution_vs2017.vcxproj index e6fe29cc7..e2f7ad750 100644 --- a/Applications/convolution/convolution_vs2017.vcxproj +++ b/Applications/convolution/convolution_vs2017.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/convolution/convolution_vs2019.vcxproj b/Applications/convolution/convolution_vs2019.vcxproj index 718e5d1a5..1315fac02 100644 --- a/Applications/convolution/convolution_vs2019.vcxproj +++ b/Applications/convolution/convolution_vs2019.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/convolution/convolution_vs2022.vcxproj b/Applications/convolution/convolution_vs2022.vcxproj index c3cc7d10d..f54e8896c 100644 --- a/Applications/convolution/convolution_vs2022.vcxproj +++ b/Applications/convolution/convolution_vs2022.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj index a244b8002..9ece90e58 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj index 1a9287371..e6f591b24 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj index 06300a930..df4d04461 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/histogram/histogram_vs2017.vcxproj b/Applications/histogram/histogram_vs2017.vcxproj index e1b6c8dcd..eed97d83b 100644 --- a/Applications/histogram/histogram_vs2017.vcxproj +++ b/Applications/histogram/histogram_vs2017.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/histogram/histogram_vs2019.vcxproj b/Applications/histogram/histogram_vs2019.vcxproj index 279763a4a..707ce93c7 100644 --- a/Applications/histogram/histogram_vs2019.vcxproj +++ b/Applications/histogram/histogram_vs2019.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/histogram/histogram_vs2022.vcxproj b/Applications/histogram/histogram_vs2022.vcxproj index 5028bca3f..78c1fb916 100644 --- a/Applications/histogram/histogram_vs2022.vcxproj +++ b/Applications/histogram/histogram_vs2022.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj index 2a06f4972..cfc992dd3 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj @@ -53,6 +53,10 @@ + + + + @@ -120,6 +124,10 @@ + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj index a06db7ebf..f5401e4b4 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj @@ -53,6 +53,10 @@ + + + + @@ -120,6 +124,10 @@ + + + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj index 0e613f11a..526e1e9a9 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj @@ -53,6 +53,10 @@ + + + + @@ -120,6 +124,10 @@ + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj index 389d7365a..5690dee9b 100644 --- a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj index 393798746..b6e19e18b 100644 --- a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj index e37d0bee9..501a3fbdb 100644 --- a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj index 59f5d56c8..af3a3af21 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj @@ -103,6 +103,10 @@ + + + + @@ -208,6 +212,10 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj index a6258ac1a..fc185ef14 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj @@ -103,6 +103,10 @@ + + + + @@ -208,6 +212,10 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows + + + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj index c31e49545..808486c29 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj @@ -103,6 +103,10 @@ + + + + @@ -208,6 +212,10 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj index cb8ec9185..c7ec51f83 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj index f55f864fc..1eb5d2e65 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj index d9cad335f..a72edcb67 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj @@ -45,6 +45,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj index ee04bb451..90ff652c6 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj index 9e57091da..29fd299f3 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj index a282ea924..2694154de 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj index 93db944c5..45b1d05d7 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj index 9d3df6db9..f8b972e87 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj index b6b40bffe..1eaaf7fa8 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj index 59084732a..ac8f4c9de 100644 --- a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj index 0b7c81fc6..16057dcba 100644 --- a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj index bee8300dd..2953c5f03 100644 --- a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/device_query/device_query_vs2017.vcxproj b/HIP-Basic/device_query/device_query_vs2017.vcxproj index b7ca5e362..d179efc5f 100644 --- a/HIP-Basic/device_query/device_query_vs2017.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/device_query/device_query_vs2019.vcxproj b/HIP-Basic/device_query/device_query_vs2019.vcxproj index d4cb1f962..4922b3a7f 100644 --- a/HIP-Basic/device_query/device_query_vs2019.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/device_query/device_query_vs2022.vcxproj b/HIP-Basic/device_query/device_query_vs2022.vcxproj index 2ec1b9adf..975df2ca7 100644 --- a/HIP-Basic/device_query/device_query_vs2022.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj index 76793992f..94b8e2fba 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj index 76be74195..c0f209a5a 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj index 4e3352df0..82f55e4fb 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/events/events_vs2017.vcxproj b/HIP-Basic/events/events_vs2017.vcxproj index 17e06905e..7453d1151 100644 --- a/HIP-Basic/events/events_vs2017.vcxproj +++ b/HIP-Basic/events/events_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/events/events_vs2019.vcxproj b/HIP-Basic/events/events_vs2019.vcxproj index e40ecf30f..39d025776 100644 --- a/HIP-Basic/events/events_vs2019.vcxproj +++ b/HIP-Basic/events/events_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/events/events_vs2022.vcxproj b/HIP-Basic/events/events_vs2022.vcxproj index 03b3d14f4..cd807e600 100644 --- a/HIP-Basic/events/events_vs2022.vcxproj +++ b/HIP-Basic/events/events_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj index 2c133af4a..23c02e572 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj index faf806317..14439912b 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj index f00a0b5e6..be40555c4 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj index 70f175d44..ca7a0635e 100644 --- a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj index 4a7ad83b7..cb2e43685 100644 --- a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj index 957a1f275..2abb8b222 100644 --- a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj index 68e18475d..b19f83f24 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj index f3ec0d9a4..2912a0b88 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj index b97f5f5c3..bacce2f50 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj index 0ad258f76..31dafc7c8 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -159,6 +163,10 @@ + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj index 7a8b37d48..9500a11a2 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -159,6 +163,10 @@ + + + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj index 37cbb4371..f7859735d 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -159,6 +163,10 @@ + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj index ea683d16d..2e713b7c4 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj index dc8fc1b5c..56886211c 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj index ffcd2b63d..96b87ddc6 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/module_api/module_api_vs2017.vcxproj b/HIP-Basic/module_api/module_api_vs2017.vcxproj index 57ef18df0..c05c7ce03 100644 --- a/HIP-Basic/module_api/module_api_vs2017.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2017.vcxproj @@ -57,6 +57,10 @@ + + + + @@ -124,6 +128,10 @@ + + + + diff --git a/HIP-Basic/module_api/module_api_vs2019.vcxproj b/HIP-Basic/module_api/module_api_vs2019.vcxproj index 567be475e..9e311f3e3 100644 --- a/HIP-Basic/module_api/module_api_vs2019.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2019.vcxproj @@ -57,6 +57,10 @@ + + + + @@ -124,6 +128,10 @@ + + + + diff --git a/HIP-Basic/module_api/module_api_vs2022.vcxproj b/HIP-Basic/module_api/module_api_vs2022.vcxproj index 6d20f8b57..64118f315 100644 --- a/HIP-Basic/module_api/module_api_vs2022.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2022.vcxproj @@ -57,6 +57,10 @@ + + + + @@ -124,6 +128,10 @@ + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj index f56906ee1..ced8a8162 100644 --- a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj index 536ff1e67..e197cfdbf 100644 --- a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj index e1a7075cf..8237064c1 100644 --- a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj index 20ca3afc8..b3af2d89b 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj index a955aac4d..92f01ac9b 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj index e415130fc..a84d7131d 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj index e723d9398..54bee039a 100644 --- a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj index b89077a9d..bfc7f5177 100644 --- a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj index 64f3c8721..7d1c5990a 100644 --- a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj index beda3a352..3711b323a 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj @@ -52,6 +52,10 @@ + + + + @@ -149,6 +153,10 @@ + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj index 27f35ee53..71b07349b 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj @@ -52,6 +52,10 @@ + + + + @@ -149,6 +153,10 @@ + + + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj index 664090bde..f07d1c625 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj @@ -52,6 +52,10 @@ + + + + @@ -149,6 +153,10 @@ + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj index 1f0b9ef26..dde747dc6 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -148,6 +152,10 @@ + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj index 68fb2702e..d5fcc8cbf 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -148,6 +152,10 @@ + + + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj index 4ff75d21b..88e7f1486 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -148,6 +152,10 @@ + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj index 8812e237b..348c975c8 100644 --- a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj index 5bdb62191..087bd67b2 100644 --- a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj index 1a47a74ec..e25906ab1 100644 --- a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj index 7d0ed4964..173a3f4ec 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj index 538fe57b4..c42dcff70 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj index 4faeed069..e83ac5398 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj index 7f46b3dab..b6d655395 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -138,6 +142,10 @@ + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj index 33258fb68..cf5200014 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -138,6 +142,10 @@ + + + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj index a9fcd61fe..20a8c2e66 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -138,6 +142,10 @@ + + + + diff --git a/HIP-Basic/streams/streams_vs2017.vcxproj b/HIP-Basic/streams/streams_vs2017.vcxproj index 45db2484f..5f2bdcbd1 100644 --- a/HIP-Basic/streams/streams_vs2017.vcxproj +++ b/HIP-Basic/streams/streams_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/streams/streams_vs2019.vcxproj b/HIP-Basic/streams/streams_vs2019.vcxproj index ad2f92124..182843763 100644 --- a/HIP-Basic/streams/streams_vs2019.vcxproj +++ b/HIP-Basic/streams/streams_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/streams/streams_vs2022.vcxproj b/HIP-Basic/streams/streams_vs2022.vcxproj index 56184875e..c0ee98ffe 100644 --- a/HIP-Basic/streams/streams_vs2022.vcxproj +++ b/HIP-Basic/streams/streams_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj index 3ff7de7dc..3caaf02a4 100644 --- a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj index 1e398f462..c44cfb755 100644 --- a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj index 52d9043e2..9ef610b96 100644 --- a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj index 08b0d41ca..686c0276c 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj @@ -71,6 +71,10 @@ + + + + @@ -142,6 +146,10 @@ + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj index 56c4b5b53..2e6c69ff9 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj @@ -71,6 +71,10 @@ + + + + @@ -142,6 +146,10 @@ + + + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj index 73e8d04e7..2a2bf442d 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj @@ -71,6 +71,10 @@ + + + + @@ -142,6 +146,10 @@ + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj index 03a9c6f2a..e68f24af2 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj index 35e5d06cf..1712a5376 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj index 6f49e2370..9d9a5140a 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index 11fa0b046..a0c8ec0ec 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index 82ebe5551..fcbb43d59 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index e95e60e6d..47dc5dc4f 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/her/her_vs2017.vcxproj b/Libraries/hipBLAS/her/her_vs2017.vcxproj index 4bee86fe7..47fffd8ca 100644 --- a/Libraries/hipBLAS/her/her_vs2017.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2017.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/her/her_vs2019.vcxproj b/Libraries/hipBLAS/her/her_vs2019.vcxproj index 0db7dd1bf..072d7f30c 100644 --- a/Libraries/hipBLAS/her/her_vs2019.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2019.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/her/her_vs2022.vcxproj b/Libraries/hipBLAS/her/her_vs2022.vcxproj index c7d755f3e..5516a5f02 100644 --- a/Libraries/hipBLAS/her/her_vs2022.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2022.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj index 1b0e39d81..7bbf9276c 100644 --- a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj index 659ec0679..e46f3e2c1 100644 --- a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj index 424ebf147..7ec993e6a 100644 --- a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj @@ -58,6 +58,10 @@ + + + + @@ -125,6 +129,10 @@ + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj index e35d1428f..5a6583adb 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj index 595fa6cae..dd9eb4ab7 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj index 223cb7b41..65a0ba9f6 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj index b448ed13e..894e2f7ec 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj index 9f504e8d0..2f56fbe31 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj index 8c1726231..2812e1edb 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -133,6 +137,10 @@ + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj index 3cd672b3c..117665a22 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj index 5ab860b02..058c9a272 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj index cce28c787..edc89b48a 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj index 4f74c9832..04fedf181 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj index fafcce381..4dbce2931 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj index 07992fb2c..b69589a75 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj index 78dff4453..4b1546383 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj index c8ff7ce12..584709507 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj index b2e7417ed..ae2116ef2 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj index e402a46c7..f951077e6 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj index 09f048a3b..c87056424 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj index 7c1f13475..6bb1e456d 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj index 73fa76b54..7dd4caf9b 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj index 21a8306c2..1ba63dbe0 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj index 388e705ad..7daa02c6a 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj index 49be7e136..336d23308 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj index e0fa8a749..f71395403 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj index 3e70fed8d..12f62f1b8 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj index 8e7d82273..bab4f911c 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj index 5af688f4e..b15fb6b29 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj index 2a46a0f22..718b6c4be 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj index 2fe6f2816..7c0fddc9e 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj index 495c5b4d8..55f4db90a 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj index a31bcd242..183bb8b8a 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj index ab4fcaff7..b878f6b70 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj @@ -67,6 +67,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj index ce451b4dd..bc0a96a5a 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj @@ -67,6 +67,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj index e2886789f..f54a226cf 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj @@ -67,6 +67,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj index de0f79122..35b8febe9 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj index e6172efd2..7799b69f9 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj index feb11f5e3..29b87b402 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj @@ -64,6 +64,10 @@ + + + + @@ -131,6 +135,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj index 2ba5fb282..4ab46b7c2 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj index b6f63fabd..6871d4bcd 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj index 5111cfd6b..6a7661e5e 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj @@ -68,6 +68,10 @@ + + + + @@ -135,6 +139,10 @@ + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj index 339d44bbd..15a91b5cd 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj @@ -67,6 +67,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj index 8b68f852c..d4655ef23 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj @@ -67,6 +67,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj index 642a2939f..7c2c569bd 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj @@ -67,6 +67,10 @@ + + + + @@ -134,6 +138,10 @@ + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj index 710b1537d..6f07d6194 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj index 314fe31fd..e51f8e7e5 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj index c6064240d..68eb617d6 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj @@ -63,6 +63,10 @@ + + + + @@ -130,6 +134,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj index ae5a39903..b2436e484 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj index 9a34ecb65..18a449886 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj index 336c13a97..87d42b2e6 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj index 39b2c8a3f..f18f1b325 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj index 773bcf4b8..db323cffd 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj index de9413f0c..1c1d71641 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj index 859e2eb13..200f19ee0 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj index ad202d5a8..e35af9ad6 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj index 21c065831..f3908b8fd 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj index d1afed674..49b8a694e 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj index 04bbc659f..3405a31fe 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj index 597e63e3a..bc8411388 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj index 8d0498abd..55e0b85e4 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj index 945184d3d..4d445e772 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj index dd78e5e5a..dfd4f30c4 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj index 3e29849b7..15ccce6b2 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj index e9b290b2f..237746f04 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj index bc191e9a1..e597671f3 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj index ccb7f2cb6..b0e623767 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj index 81392a133..92212f0ed 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj index d8a9fc7d6..bea807097 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj index 2538a9275..0bf3b6c82 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj index d96f18bf8..4a77f27e6 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj index 7dec32e07..45927c854 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index bd47c9ed4..05182506a 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index 01258b1c4..f48a074d2 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 04d516b54..0b002cee5 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -55,6 +55,10 @@ + + + + @@ -122,6 +126,10 @@ + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2017.vcxproj b/Libraries/rocFFT/callback/callback_vs2017.vcxproj index 3337919ad..42c5a63c0 100644 --- a/Libraries/rocFFT/callback/callback_vs2017.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2017.vcxproj @@ -59,6 +59,10 @@ + + + + @@ -126,6 +130,10 @@ + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2019.vcxproj b/Libraries/rocFFT/callback/callback_vs2019.vcxproj index ec451ed4e..fab30212a 100644 --- a/Libraries/rocFFT/callback/callback_vs2019.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2019.vcxproj @@ -59,6 +59,10 @@ + + + + @@ -126,6 +130,10 @@ + + + + diff --git a/Libraries/rocFFT/callback/callback_vs2022.vcxproj b/Libraries/rocFFT/callback/callback_vs2022.vcxproj index bac9c3c0e..e500eadb9 100644 --- a/Libraries/rocFFT/callback/callback_vs2022.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2022.vcxproj @@ -59,6 +59,10 @@ + + + + @@ -126,6 +130,10 @@ + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj index 28c3f8b8b..7ca9f879a 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj @@ -60,6 +60,10 @@ + + + + @@ -127,6 +131,10 @@ + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj index 7257a4719..0cce2b0b2 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj @@ -60,6 +60,10 @@ + + + + @@ -127,6 +131,10 @@ + + + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj index eeab04b3f..8f6d4ef44 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj @@ -60,6 +60,10 @@ + + + + @@ -127,6 +131,10 @@ + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj index edbdd8478..6473efe65 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj index 62a897359..75ef5b433 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj index db087b257..e28f37c03 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj index 3c3d80ad2..db57f5a06 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj index 09acc86ff..5bcc6895c 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj index 376409c25..406967ccb 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj index 8a010366a..689a56e27 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj index ace6b22d7..4b95b6394 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj index 40e55f98a..cbd5ff5d0 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj index df40b254e..7864b247c 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj index d04385fbc..223f563be 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj index dbd38e888..79db5c78b 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj index ead090614..239946ee1 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj index f4437dd09..672fc78a4 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj index 416c88cac..3ffbbc8cd 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj index 36a73c054..c3581c369 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj index 5f0dc0176..c25a81cdd 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj index 356b154eb..657040e8b 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj index 0c8608e01..8c9a0ca76 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj index c99fed1bd..4fcb87db0 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj index b67313564..2b8b71761 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj index 9b055be02..83dc773f6 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj index 7b02d7f37..b117be20d 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj index b98ceaf7e..dc18a9823 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj @@ -61,6 +61,10 @@ + + + + @@ -128,6 +132,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj index 4ce0b79ef..8da24cf20 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -116,6 +120,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj index 176281a9c..49294628e 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -116,6 +120,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj index 14f7dfd7b..cf4b5e0d9 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -116,6 +120,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj index 229d4cef1..a2bb5507e 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj index e980a3125..37310b8ac 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj index 016a4d7a5..ab1372b16 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj index 5321d619f..0894cd9f4 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj index 0a080ea53..840ff6466 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj index 937ceeb8a..ffe1700d6 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj index 8487fc091..7c1b70172 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj index cb94a98a5..12b77a966 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj index 1e78bea56..5107f9b1f 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj index 7b73d24e3..50e2279a6 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj index c4dd3ed0c..e833e20b8 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj index 157e3f0a9..3f991fd7f 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj index 18c017862..8f3001f3e 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj index 41b78bc57..2ae11838b 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj index de7160a32..c5c45e03f 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj index cd135d67b..c7fddfe87 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj index dc1f15bd2..1f5c1194d 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj index 4ea901144..75e6a2a52 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj index 517eba256..05c4cff91 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj index b05ab4a04..ccd7adba1 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj index cb67f563e..50299f492 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj index b49bbb21c..1e718638d 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -116,6 +120,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj index efb3b15e2..4e89921b4 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -116,6 +120,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj index eb9edb57b..efa4adb64 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj @@ -49,6 +49,10 @@ + + + + @@ -116,6 +120,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj index f510984b9..4f74d708c 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj index 449fe8ee5..7cfcd699b 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj index 7ba499da8..4d2b7b088 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj index ad06ab915..07b2fddab 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj index 776c6931f..ea26ca907 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj index db0aec0cf..97ab80c80 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj index f4100899b..78f6c4581 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj index 46c510655..d4c93024c 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj index 7cc8b7f5e..ae13ef8a3 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj index a2ca6d79c..e76d071fd 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj index 198f5de88..1daf60f77 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj index 5f77fd731..da99c87fb 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj index 174e4ab28..b5682301a 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj index 4fe60b1e6..5d3d023e2 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj index c7c96f40f..fa1c8e09a 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj index 13c582af5..48aeccdb6 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj index e53fd42cd..72f1fc0a1 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj index d1eda1dd6..a17c6b077 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj index e476eca18..877b98240 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj index cdb809193..8de6bdb24 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj index 4286a6654..e063519f0 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj index 978d8db6d..a805756fe 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj index df6364b6b..cfe9d5ec0 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj index 429ea4d48..bd1f011af 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj index 32a0d0856..1ae1de205 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj index 163caadea..9e71e87ff 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj index 0c92e5102..e36355f32 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj index 1b7ea1c6c..af705f6ed 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj index 40900008a..f724919fb 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj index 281e90bd6..96b01207f 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj index c1d1bb30c..d0c29cb79 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj index 1c8e34dbe..861d1c7bc 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj index 213899aaa..2d73e9566 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj index 2e2e7b96f..2c03cb153 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj index 649380fc0..f30d79f3a 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj index 1e0edafbb..3d5f928a3 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj index e37ca9f32..43b70f5f4 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj index 5b65781d7..44f653a4c 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj index 52e995406..4f9a56c21 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj index 9d1247522..a6bf41e93 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj index 835a04ccb..98a109851 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj index e8017ea89..98f760b30 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj index 0b5c1ebc4..fb26abef8 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj index aaa481bff..6883274a0 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj index db9378251..41fedfa30 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj index 8c271d103..bc4cb7069 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj index 7fa200ea3..7c82ea64b 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj index 530885576..6a6739096 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj index dd600e331..35f61d49c 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj index 74a2b06ea..01b83b340 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj index afb43f890..5c4a96947 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj index d0bc75cda..ef5c78186 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj index 79383dcb9..a334b536c 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj index e30580c23..30e92776f 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj index c0758e803..d9ae741df 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj index 258f8148c..8ea28a008 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj index 268a06607..671e7df62 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj index 9298ea79d..dd2d4ed0b 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj index 7846bbb7c..a80a27f51 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj index 0d38963af..203a710be 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj @@ -50,6 +50,10 @@ + + + + @@ -117,6 +121,10 @@ + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj index 5cb6f3b8d..4e5d8a194 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj index 9abe361ee..7ca0ac3e7 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj index 41bae67d8..cef6c4762 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2017.vcxproj b/Libraries/rocThrust/norm/norm_vs2017.vcxproj index 767a18274..e997e5427 100644 --- a/Libraries/rocThrust/norm/norm_vs2017.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2019.vcxproj b/Libraries/rocThrust/norm/norm_vs2019.vcxproj index 53ec260fe..15cc0901e 100644 --- a/Libraries/rocThrust/norm/norm_vs2019.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/norm/norm_vs2022.vcxproj b/Libraries/rocThrust/norm/norm_vs2022.vcxproj index 83f76f839..f1ce5c757 100644 --- a/Libraries/rocThrust/norm/norm_vs2022.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj index d0b2d3e4f..7511edc05 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj index c7a2f2464..1b9fd19b0 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj index 474ba8e85..f6daa1c73 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj index 8445cf610..71f0c2258 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj index 05468f3c1..f2d356295 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj index e4ebf76a0..e5d9d8206 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj index bff954427..aaf72e9ee 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj index 0b1bab6d7..51d37eeec 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj index 3cc93efb6..44d7edcb9 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj index 979498de8..65cd2ae68 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj index 19b20358f..ab40cdd05 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj index 86f188ca4..7bb1a326b 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj @@ -44,6 +44,10 @@ + + + + @@ -109,6 +113,10 @@ + + + + From 873b0b86f8d79f4d148a44e787ded5cc8b26a8fa Mon Sep 17 00:00:00 2001 From: schung-amd Date: Wed, 26 Feb 2025 17:41:32 -0500 Subject: [PATCH 07/10] Remove some duplicate imports --- Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj | 4 ---- Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj | 4 ---- Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj | 4 ---- Applications/convolution/convolution_vs2017.vcxproj | 4 ---- Applications/convolution/convolution_vs2019.vcxproj | 4 ---- Applications/convolution/convolution_vs2022.vcxproj | 4 ---- Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj | 4 ---- Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj | 4 ---- Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj | 4 ---- Applications/histogram/histogram_vs2017.vcxproj | 4 ---- Applications/histogram/histogram_vs2019.vcxproj | 4 ---- Applications/histogram/histogram_vs2022.vcxproj | 4 ---- Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj | 4 ---- Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj | 4 ---- Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj | 4 ---- Applications/prefix_sum/prefix_sum_vs2017.vcxproj | 4 ---- Applications/prefix_sum/prefix_sum_vs2019.vcxproj | 4 ---- Applications/prefix_sum/prefix_sum_vs2022.vcxproj | 4 ---- .../assembly_to_executable_vs2017.vcxproj | 4 ---- .../assembly_to_executable_vs2019.vcxproj | 4 ---- .../assembly_to_executable_vs2022.vcxproj | 4 ---- HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj | 4 ---- HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj | 4 ---- HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj | 4 ---- HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj | 4 ---- HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj | 4 ---- HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj | 4 ---- .../cooperative_groups/cooperative_groups_vs2017.vcxproj | 4 ---- .../cooperative_groups/cooperative_groups_vs2019.vcxproj | 4 ---- .../cooperative_groups/cooperative_groups_vs2022.vcxproj | 4 ---- HIP-Basic/device_globals/device_globals_vs2017.vcxproj | 4 ---- HIP-Basic/device_globals/device_globals_vs2019.vcxproj | 4 ---- HIP-Basic/device_globals/device_globals_vs2022.vcxproj | 4 ---- HIP-Basic/device_query/device_query_vs2017.vcxproj | 4 ---- HIP-Basic/device_query/device_query_vs2019.vcxproj | 4 ---- HIP-Basic/device_query/device_query_vs2022.vcxproj | 4 ---- HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj | 4 ---- HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj | 4 ---- HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj | 4 ---- HIP-Basic/events/events_vs2017.vcxproj | 4 ---- HIP-Basic/events/events_vs2019.vcxproj | 4 ---- HIP-Basic/events/events_vs2022.vcxproj | 4 ---- HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj | 4 ---- HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj | 4 ---- HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj | 4 ---- HIP-Basic/hello_world/hello_world_vs2017.vcxproj | 4 ---- HIP-Basic/hello_world/hello_world_vs2019.vcxproj | 4 ---- HIP-Basic/hello_world/hello_world_vs2022.vcxproj | 4 ---- HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj | 4 ---- HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj | 4 ---- HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj | 4 ---- .../llvm_ir_to_executable_vs2017.vcxproj | 4 ---- .../llvm_ir_to_executable_vs2019.vcxproj | 4 ---- .../llvm_ir_to_executable_vs2022.vcxproj | 4 ---- .../matrix_multiplication_vs2017.vcxproj | 4 ---- .../matrix_multiplication_vs2019.vcxproj | 4 ---- .../matrix_multiplication_vs2022.vcxproj | 4 ---- HIP-Basic/module_api/module_api_vs2017.vcxproj | 4 ---- HIP-Basic/module_api/module_api_vs2019.vcxproj | 4 ---- HIP-Basic/module_api/module_api_vs2022.vcxproj | 4 ---- HIP-Basic/moving_average/moving_average_vs2017.vcxproj | 4 ---- HIP-Basic/moving_average/moving_average_vs2019.vcxproj | 4 ---- HIP-Basic/moving_average/moving_average_vs2022.vcxproj | 4 ---- .../multi_gpu_data_transfer_vs2017.vcxproj | 4 ---- .../multi_gpu_data_transfer_vs2019.vcxproj | 4 ---- .../multi_gpu_data_transfer_vs2022.vcxproj | 4 ---- HIP-Basic/occupancy/occupancy_vs2017.vcxproj | 4 ---- HIP-Basic/occupancy/occupancy_vs2019.vcxproj | 4 ---- HIP-Basic/occupancy/occupancy_vs2022.vcxproj | 4 ---- HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj | 4 ---- HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj | 4 ---- HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj | 4 ---- .../runtime_compilation/runtime_compilation_vs2017.vcxproj | 4 ---- .../runtime_compilation/runtime_compilation_vs2019.vcxproj | 4 ---- .../runtime_compilation/runtime_compilation_vs2022.vcxproj | 4 ---- HIP-Basic/saxpy/saxpy_vs2017.vcxproj | 4 ---- HIP-Basic/saxpy/saxpy_vs2019.vcxproj | 4 ---- HIP-Basic/saxpy/saxpy_vs2022.vcxproj | 4 ---- HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj | 4 ---- HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj | 4 ---- HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj | 4 ---- .../static_host_library/static_host_library_vs2017.vcxproj | 4 ---- .../static_host_library/static_host_library_vs2019.vcxproj | 4 ---- .../static_host_library/static_host_library_vs2022.vcxproj | 4 ---- HIP-Basic/streams/streams_vs2017.vcxproj | 4 ---- HIP-Basic/streams/streams_vs2019.vcxproj | 4 ---- HIP-Basic/streams/streams_vs2022.vcxproj | 4 ---- .../texture_management/texture_management_vs2017.vcxproj | 4 ---- .../texture_management/texture_management_vs2019.vcxproj | 4 ---- .../texture_management/texture_management_vs2022.vcxproj | 4 ---- HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj | 4 ---- HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj | 4 ---- HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj | 4 ---- HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj | 4 ---- HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj | 4 ---- HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj | 4 ---- .../gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj | 4 ---- .../gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj | 4 ---- .../gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj | 4 ---- Libraries/hipBLAS/her/her_vs2017.vcxproj | 4 ---- Libraries/hipBLAS/her/her_vs2019.vcxproj | 4 ---- Libraries/hipBLAS/her/her_vs2022.vcxproj | 4 ---- Libraries/hipBLAS/scal/scal_vs2017.vcxproj | 4 ---- Libraries/hipBLAS/scal/scal_vs2019.vcxproj | 4 ---- Libraries/hipBLAS/scal/scal_vs2022.vcxproj | 4 ---- .../hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj | 4 ---- .../hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj | 4 ---- .../hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj | 4 ---- Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj | 4 ---- Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj | 4 ---- Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj | 4 ---- Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj | 4 ---- Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj | 4 ---- Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj | 4 ---- Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj | 4 ---- Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj | 4 ---- Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/gels/gels_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/gels/gels_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/gels/gels_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj | 4 ---- .../hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj | 4 ---- .../hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj | 4 ---- .../hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj | 4 ---- Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj | 4 ---- Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj | 4 ---- Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj | 4 ---- Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj | 4 ---- Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj | 4 ---- Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj | 4 ---- .../gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj | 4 ---- .../gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj | 4 ---- .../gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj | 4 ---- Libraries/rocFFT/callback/callback_vs2017.vcxproj | 4 ---- Libraries/rocFFT/callback/callback_vs2019.vcxproj | 4 ---- Libraries/rocFFT/callback/callback_vs2022.vcxproj | 4 ---- Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj | 4 ---- Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj | 4 ---- Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj | 4 ---- Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj | 4 ---- Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj | 4 ---- Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj | 4 ---- Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj | 4 ---- Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj | 4 ---- Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj | 4 ---- .../simple_distributions_cpp_vs2017.vcxproj | 4 ---- .../simple_distributions_cpp_vs2019.vcxproj | 4 ---- .../simple_distributions_cpp_vs2022.vcxproj | 4 ---- Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj | 4 ---- Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj | 4 ---- Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj | 4 ---- Libraries/rocSOLVER/getri/getri_vs2017.vcxproj | 4 ---- Libraries/rocSOLVER/getri/getri_vs2019.vcxproj | 4 ---- Libraries/rocSOLVER/getri/getri_vs2022.vcxproj | 4 ---- Libraries/rocSOLVER/syev/syev_vs2017.vcxproj | 4 ---- Libraries/rocSOLVER/syev/syev_vs2019.vcxproj | 4 ---- Libraries/rocSOLVER/syev/syev_vs2022.vcxproj | 4 ---- Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj | 4 ---- Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj | 4 ---- Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj | 4 ---- .../syev_strided_batched/syev_strided_batched_vs2017.vcxproj | 4 ---- .../syev_strided_batched/syev_strided_batched_vs2019.vcxproj | 4 ---- .../syev_strided_batched/syev_strided_batched_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj | 4 ---- .../rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj | 4 ---- .../rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj | 4 ---- .../rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj | 4 ---- .../rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj | 4 ---- .../rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj | 4 ---- .../rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj | 4 ---- .../rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj | 4 ---- .../rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj | 4 ---- .../rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj | 4 ---- .../rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj | 4 ---- .../rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj | 4 ---- .../rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj | 4 ---- .../preconditioner/csritilu0/csritilu0_vs2017.vcxproj | 4 ---- .../preconditioner/csritilu0/csritilu0_vs2019.vcxproj | 4 ---- .../preconditioner/csritilu0/csritilu0_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj | 4 ---- Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj | 4 ---- Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj | 4 ---- Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj | 4 ---- Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj | 4 ---- Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj | 4 ---- Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj | 4 ---- Libraries/rocThrust/norm/norm_vs2017.vcxproj | 4 ---- Libraries/rocThrust/norm/norm_vs2019.vcxproj | 4 ---- Libraries/rocThrust/norm/norm_vs2022.vcxproj | 4 ---- Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj | 4 ---- Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj | 4 ---- Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj | 4 ---- .../rocThrust/remove_points/remove_points_vs2017.vcxproj | 4 ---- .../rocThrust/remove_points/remove_points_vs2019.vcxproj | 4 ---- .../rocThrust/remove_points/remove_points_vs2022.vcxproj | 4 ---- Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj | 4 ---- Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj | 4 ---- Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj | 4 ---- Libraries/rocThrust/vectors/vectors_vs2017.vcxproj | 4 ---- Libraries/rocThrust/vectors/vectors_vs2019.vcxproj | 4 ---- Libraries/rocThrust/vectors/vectors_vs2022.vcxproj | 4 ---- 312 files changed, 1248 deletions(-) diff --git a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj index 34473e555..4d3433e63 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj index 233eed7d6..0d63fb68f 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj index c8344cf93..2b37ff99b 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/convolution/convolution_vs2017.vcxproj b/Applications/convolution/convolution_vs2017.vcxproj index e2f7ad750..3bf98cc80 100644 --- a/Applications/convolution/convolution_vs2017.vcxproj +++ b/Applications/convolution/convolution_vs2017.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/convolution/convolution_vs2019.vcxproj b/Applications/convolution/convolution_vs2019.vcxproj index 1315fac02..fba6319c2 100644 --- a/Applications/convolution/convolution_vs2019.vcxproj +++ b/Applications/convolution/convolution_vs2019.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/convolution/convolution_vs2022.vcxproj b/Applications/convolution/convolution_vs2022.vcxproj index f54e8896c..eef288957 100644 --- a/Applications/convolution/convolution_vs2022.vcxproj +++ b/Applications/convolution/convolution_vs2022.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj index 9ece90e58..4dcb907bc 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj index e6f591b24..0722b1ba3 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj index df4d04461..c086d5344 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/histogram/histogram_vs2017.vcxproj b/Applications/histogram/histogram_vs2017.vcxproj index eed97d83b..a6da6fbb8 100644 --- a/Applications/histogram/histogram_vs2017.vcxproj +++ b/Applications/histogram/histogram_vs2017.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/histogram/histogram_vs2019.vcxproj b/Applications/histogram/histogram_vs2019.vcxproj index 707ce93c7..64e6f13b9 100644 --- a/Applications/histogram/histogram_vs2019.vcxproj +++ b/Applications/histogram/histogram_vs2019.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/histogram/histogram_vs2022.vcxproj b/Applications/histogram/histogram_vs2022.vcxproj index 78c1fb916..e9e663e7a 100644 --- a/Applications/histogram/histogram_vs2022.vcxproj +++ b/Applications/histogram/histogram_vs2022.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj index cfc992dd3..427f2dcb4 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj @@ -53,8 +53,6 @@ - - @@ -124,8 +122,6 @@ - - diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj index f5401e4b4..148c82f13 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj @@ -53,8 +53,6 @@ - - @@ -124,8 +122,6 @@ - - diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj index 526e1e9a9..b6d1e170d 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj @@ -53,8 +53,6 @@ - - @@ -124,8 +122,6 @@ - - diff --git a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj index 5690dee9b..d77b1c53c 100644 --- a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj index b6e19e18b..4ec178176 100644 --- a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj index 501a3fbdb..ba4e5d97f 100644 --- a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj index af3a3af21..24f5fe955 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj @@ -103,8 +103,6 @@ - - @@ -212,8 +210,6 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj index fc185ef14..f38ac3c4e 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj @@ -103,8 +103,6 @@ - - @@ -212,8 +210,6 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj index 808486c29..6760f99f1 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj @@ -103,8 +103,6 @@ - - @@ -212,8 +210,6 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - diff --git a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj index c7ec51f83..b080731e5 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj index 1eb5d2e65..0edabd77e 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj index a72edcb67..4b0fd5fc0 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj @@ -45,8 +45,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj index 90ff652c6..dfb04d7a9 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj index 29fd299f3..aeec1911f 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj index 2694154de..418f6e577 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj index 45b1d05d7..4fdfc6eca 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj index f8b972e87..b3d703361 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj index 1eaaf7fa8..705295d13 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj index ac8f4c9de..852c2f0e2 100644 --- a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj index 16057dcba..f1e077ca5 100644 --- a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj index 2953c5f03..935ad40bc 100644 --- a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/device_query/device_query_vs2017.vcxproj b/HIP-Basic/device_query/device_query_vs2017.vcxproj index d179efc5f..0e30d4541 100644 --- a/HIP-Basic/device_query/device_query_vs2017.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/device_query/device_query_vs2019.vcxproj b/HIP-Basic/device_query/device_query_vs2019.vcxproj index 4922b3a7f..37a38245a 100644 --- a/HIP-Basic/device_query/device_query_vs2019.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/device_query/device_query_vs2022.vcxproj b/HIP-Basic/device_query/device_query_vs2022.vcxproj index 975df2ca7..677268b8f 100644 --- a/HIP-Basic/device_query/device_query_vs2022.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj index 94b8e2fba..62c6f226a 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj index c0f209a5a..d0efecd78 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj index 82f55e4fb..81748befc 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/events/events_vs2017.vcxproj b/HIP-Basic/events/events_vs2017.vcxproj index 7453d1151..1bd7fac53 100644 --- a/HIP-Basic/events/events_vs2017.vcxproj +++ b/HIP-Basic/events/events_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/events/events_vs2019.vcxproj b/HIP-Basic/events/events_vs2019.vcxproj index 39d025776..f5ec2c93e 100644 --- a/HIP-Basic/events/events_vs2019.vcxproj +++ b/HIP-Basic/events/events_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/events/events_vs2022.vcxproj b/HIP-Basic/events/events_vs2022.vcxproj index cd807e600..b1de97eeb 100644 --- a/HIP-Basic/events/events_vs2022.vcxproj +++ b/HIP-Basic/events/events_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj index 23c02e572..bd267d510 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj index 14439912b..c08e2b133 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj index be40555c4..35619b6c8 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj index ca7a0635e..3dec9a669 100644 --- a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj index cb2e43685..a9a4609da 100644 --- a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj index 2abb8b222..a91fb01dd 100644 --- a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj index b19f83f24..ab3130568 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj index 2912a0b88..9a2cecc38 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj index bacce2f50..57d51626a 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj index 31dafc7c8..8a248b804 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj @@ -58,8 +58,6 @@ - - @@ -163,8 +161,6 @@ - - diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj index 9500a11a2..bb64f0a11 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj @@ -58,8 +58,6 @@ - - @@ -163,8 +161,6 @@ - - diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj index f7859735d..696d77bbd 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj @@ -58,8 +58,6 @@ - - @@ -163,8 +161,6 @@ - - diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj index 2e713b7c4..887d00a21 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj index 56886211c..ef4269c4a 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj index 96b87ddc6..e13f2049c 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/module_api/module_api_vs2017.vcxproj b/HIP-Basic/module_api/module_api_vs2017.vcxproj index c05c7ce03..aa7f2430f 100644 --- a/HIP-Basic/module_api/module_api_vs2017.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2017.vcxproj @@ -57,8 +57,6 @@ - - @@ -128,8 +126,6 @@ - - diff --git a/HIP-Basic/module_api/module_api_vs2019.vcxproj b/HIP-Basic/module_api/module_api_vs2019.vcxproj index 9e311f3e3..a2238e854 100644 --- a/HIP-Basic/module_api/module_api_vs2019.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2019.vcxproj @@ -57,8 +57,6 @@ - - @@ -128,8 +126,6 @@ - - diff --git a/HIP-Basic/module_api/module_api_vs2022.vcxproj b/HIP-Basic/module_api/module_api_vs2022.vcxproj index 64118f315..bb5880997 100644 --- a/HIP-Basic/module_api/module_api_vs2022.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2022.vcxproj @@ -57,8 +57,6 @@ - - @@ -128,8 +126,6 @@ - - diff --git a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj index ced8a8162..85d01a316 100644 --- a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj index e197cfdbf..8f9d0f137 100644 --- a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj index 8237064c1..db7347752 100644 --- a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj index b3af2d89b..0bd493d47 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj index 92f01ac9b..e8d8daa4b 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj index a84d7131d..cad10e301 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj index 54bee039a..53271d79c 100644 --- a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj index bfc7f5177..c14d73e64 100644 --- a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj index 7d1c5990a..f2a35dc3e 100644 --- a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj index 3711b323a..a79e0f630 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj @@ -52,8 +52,6 @@ - - @@ -153,8 +151,6 @@ - - diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj index 71b07349b..2cfe05ca7 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj @@ -52,8 +52,6 @@ - - @@ -153,8 +151,6 @@ - - diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj index f07d1c625..30db3805d 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj @@ -52,8 +52,6 @@ - - @@ -153,8 +151,6 @@ - - diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj index dde747dc6..be36c847d 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -152,8 +150,6 @@ - - diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj index d5fcc8cbf..f21ee442d 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -152,8 +150,6 @@ - - diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj index 88e7f1486..08bd7145a 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -152,8 +150,6 @@ - - diff --git a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj index 348c975c8..fc9feb551 100644 --- a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj index 087bd67b2..c6ebb21b2 100644 --- a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj index e25906ab1..05b8ac6f8 100644 --- a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj index 173a3f4ec..b14e9ff23 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj index c42dcff70..c08e982d3 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj index e83ac5398..b8c9e3b3f 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj index b6d655395..93b2ef74d 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj @@ -49,8 +49,6 @@ - - @@ -142,8 +140,6 @@ - - diff --git a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj index cf5200014..f63178386 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj @@ -49,8 +49,6 @@ - - @@ -142,8 +140,6 @@ - - diff --git a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj index 20a8c2e66..6fb46c563 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj @@ -49,8 +49,6 @@ - - @@ -142,8 +140,6 @@ - - diff --git a/HIP-Basic/streams/streams_vs2017.vcxproj b/HIP-Basic/streams/streams_vs2017.vcxproj index 5f2bdcbd1..3b4ea80d2 100644 --- a/HIP-Basic/streams/streams_vs2017.vcxproj +++ b/HIP-Basic/streams/streams_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/streams/streams_vs2019.vcxproj b/HIP-Basic/streams/streams_vs2019.vcxproj index 182843763..8c41afae6 100644 --- a/HIP-Basic/streams/streams_vs2019.vcxproj +++ b/HIP-Basic/streams/streams_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/streams/streams_vs2022.vcxproj b/HIP-Basic/streams/streams_vs2022.vcxproj index c0ee98ffe..32c3662d4 100644 --- a/HIP-Basic/streams/streams_vs2022.vcxproj +++ b/HIP-Basic/streams/streams_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj index 3caaf02a4..cb8e22d9f 100644 --- a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj index c44cfb755..059c21123 100644 --- a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj index 9ef610b96..cb3098b67 100644 --- a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj index 686c0276c..737bb90a3 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj @@ -71,8 +71,6 @@ - - @@ -146,8 +144,6 @@ - - diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj index 2e6c69ff9..9c063c1b8 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj @@ -71,8 +71,6 @@ - - @@ -146,8 +144,6 @@ - - diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj index 2a2bf442d..371a2b300 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj @@ -71,8 +71,6 @@ - - @@ -146,8 +144,6 @@ - - diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj index e68f24af2..2cea003b8 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj index 1712a5376..e6a0f1c13 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj index 9d9a5140a..1ec8daea8 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index a0c8ec0ec..1f27b2f5b 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index fcbb43d59..f3f3017a7 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 47dc5dc4f..04234b4ef 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/her/her_vs2017.vcxproj b/Libraries/hipBLAS/her/her_vs2017.vcxproj index 47fffd8ca..ef6581712 100644 --- a/Libraries/hipBLAS/her/her_vs2017.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2017.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/her/her_vs2019.vcxproj b/Libraries/hipBLAS/her/her_vs2019.vcxproj index 072d7f30c..bac8ba4a4 100644 --- a/Libraries/hipBLAS/her/her_vs2019.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2019.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/her/her_vs2022.vcxproj b/Libraries/hipBLAS/her/her_vs2022.vcxproj index 5516a5f02..aa10ad071 100644 --- a/Libraries/hipBLAS/her/her_vs2022.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2022.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj index 7bbf9276c..9ce2fb797 100644 --- a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj index e46f3e2c1..bb794529d 100644 --- a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj index 7ec993e6a..c7afab242 100644 --- a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj @@ -58,8 +58,6 @@ - - @@ -129,8 +127,6 @@ - - diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj index 5a6583adb..e1107d880 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj index dd9eb4ab7..e80060448 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj index 65a0ba9f6..ef7d3d259 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj index 894e2f7ec..f1954d2d7 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj index 2f56fbe31..7ac0ff958 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj index 2812e1edb..9f6ded5c3 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -137,8 +135,6 @@ - - diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj index 117665a22..92a78c42f 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj index 058c9a272..2743d6590 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj index edc89b48a..4bc015969 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj index 04fedf181..6587e8830 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj index 4dbce2931..2f7c5ba66 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj index b69589a75..43835c236 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj index 4b1546383..f70982b1b 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj index 584709507..5865a72ef 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj index ae2116ef2..08b9fb82e 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj index f951077e6..2123a5d69 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj index c87056424..2d438beb8 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj index 6bb1e456d..28fb539d0 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj index 7dd4caf9b..ffe2520be 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj index 1ba63dbe0..c00ad1e99 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj index 7daa02c6a..d31c4c88a 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj index 336d23308..fe52cd2df 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj index f71395403..9df929a74 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj index 12f62f1b8..8aef54307 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj index bab4f911c..6a246cfb4 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj index b15fb6b29..ebb76fc0e 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj index 718b6c4be..27078e39b 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj index 7c0fddc9e..9ba64729d 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj index 55f4db90a..286dcf731 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj index 183bb8b8a..ae3f1f991 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj index b878f6b70..2e853c181 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj @@ -67,8 +67,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj index bc0a96a5a..2be9e5a13 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj @@ -67,8 +67,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj index f54a226cf..923a70ed2 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj @@ -67,8 +67,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj index 35b8febe9..73076680f 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj index 7799b69f9..c83e8e201 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj index 29b87b402..465474cee 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj @@ -64,8 +64,6 @@ - - @@ -135,8 +133,6 @@ - - diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj index 4ab46b7c2..340498641 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj index 6871d4bcd..d501b14ca 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj index 6a7661e5e..d9187daff 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj @@ -68,8 +68,6 @@ - - @@ -139,8 +137,6 @@ - - diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj index 15a91b5cd..e89755919 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj @@ -67,8 +67,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj index d4655ef23..231c9bb5d 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj @@ -67,8 +67,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj index 7c2c569bd..250c0e316 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj @@ -67,8 +67,6 @@ - - @@ -138,8 +136,6 @@ - - diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj index 6f07d6194..3abecfb12 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj index e51f8e7e5..5e814eaa7 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj index 68eb617d6..73aeac261 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj @@ -63,8 +63,6 @@ - - @@ -134,8 +132,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj index b2436e484..4205a01ff 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj index 18a449886..4865e29dd 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj index 87d42b2e6..78c7679fd 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj index f18f1b325..7c75e6eeb 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj index db323cffd..1b3a023a1 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj index 1c1d71641..f2f6af5a7 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj index 200f19ee0..769bfc7b1 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj index e35af9ad6..ea578ff69 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj index f3908b8fd..67b644206 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj index 49b8a694e..f6606e857 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj index 3405a31fe..aa6034a2d 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj index bc8411388..122596a49 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj index 55e0b85e4..8f6c5bf79 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj index 4d445e772..20131cc0b 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj index dfd4f30c4..2e2139b8b 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj index 15ccce6b2..8a9c868d7 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj index 237746f04..36ef056cd 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj index e597671f3..1fa511374 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj index b0e623767..b59d9f400 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj index 92212f0ed..d4d7057fa 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj index bea807097..d5b745fb5 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj index 0bf3b6c82..62b462455 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj index 4a77f27e6..b39c5f2ef 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj index 45927c854..2ab8fe0bc 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index 05182506a..85a8badaf 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index f48a074d2..04a1fe75c 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 0b002cee5..1598723b6 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -55,8 +55,6 @@ - - @@ -126,8 +124,6 @@ - - diff --git a/Libraries/rocFFT/callback/callback_vs2017.vcxproj b/Libraries/rocFFT/callback/callback_vs2017.vcxproj index 42c5a63c0..e3e2a056d 100644 --- a/Libraries/rocFFT/callback/callback_vs2017.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2017.vcxproj @@ -59,8 +59,6 @@ - - @@ -130,8 +128,6 @@ - - diff --git a/Libraries/rocFFT/callback/callback_vs2019.vcxproj b/Libraries/rocFFT/callback/callback_vs2019.vcxproj index fab30212a..dea8ae2c7 100644 --- a/Libraries/rocFFT/callback/callback_vs2019.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2019.vcxproj @@ -59,8 +59,6 @@ - - @@ -130,8 +128,6 @@ - - diff --git a/Libraries/rocFFT/callback/callback_vs2022.vcxproj b/Libraries/rocFFT/callback/callback_vs2022.vcxproj index e500eadb9..d23e55ab4 100644 --- a/Libraries/rocFFT/callback/callback_vs2022.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2022.vcxproj @@ -59,8 +59,6 @@ - - @@ -130,8 +128,6 @@ - - diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj index 7ca9f879a..7692b0a53 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj @@ -60,8 +60,6 @@ - - @@ -131,8 +129,6 @@ - - diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj index 0cce2b0b2..98019be5b 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj @@ -60,8 +60,6 @@ - - @@ -131,8 +129,6 @@ - - diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj index 8f6d4ef44..ee39f8fc5 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj @@ -60,8 +60,6 @@ - - @@ -131,8 +129,6 @@ - - diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj index 6473efe65..ff305bd97 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj index 75ef5b433..97345aa4f 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj index e28f37c03..33d1938ba 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj index db57f5a06..06f6fb2fe 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj index 5bcc6895c..95ac8845f 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj index 406967ccb..4829e2e12 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj index 689a56e27..479b69569 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj index 4b95b6394..853fabe08 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj index cbd5ff5d0..78a7cfef6 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj index 7864b247c..ee223b548 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj index 223f563be..a4a32bb86 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj index 79db5c78b..c77241dc8 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj index 239946ee1..1e02d24d5 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj index 672fc78a4..3c64f79ed 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj index 3ffbbc8cd..db222c2c8 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj index c3581c369..eda9ff23e 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj index c25a81cdd..74147448f 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj index 657040e8b..06380f4aa 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj index 8c9a0ca76..d7b24458b 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj index 4fcb87db0..b4801748d 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj index 2b8b71761..726383797 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj index 83dc773f6..a42141c61 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj index b117be20d..29f59b746 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj index dc18a9823..23dc2e177 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj @@ -61,8 +61,6 @@ - - @@ -132,8 +130,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj index 8da24cf20..954f4bb08 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj @@ -49,8 +49,6 @@ - - @@ -120,8 +118,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj index 49294628e..79c9952ac 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj @@ -49,8 +49,6 @@ - - @@ -120,8 +118,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj index cf4b5e0d9..073ca6ca9 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj @@ -49,8 +49,6 @@ - - @@ -120,8 +118,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj index a2bb5507e..d276b2ca0 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj index 37310b8ac..b1b1738db 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj index ab1372b16..0949fe6a7 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj index 0894cd9f4..65d8e5dee 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj index 840ff6466..94841ad0f 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj index ffe1700d6..9c7f2da7e 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj index 7c1b70172..95dd91c0d 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj index 12b77a966..a426450f9 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj index 5107f9b1f..2b0ad7db9 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj index 50e2279a6..ba95a7259 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj index e833e20b8..d5e6cc6a7 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj index 3f991fd7f..f89dc0892 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj index 8f3001f3e..de732e2b4 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj index 2ae11838b..13bc1a162 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj index c5c45e03f..4629a6177 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj index c7fddfe87..55285c1b9 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj index 1f5c1194d..e2bbc67c6 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj index 75e6a2a52..3174f7fd7 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj index 05c4cff91..295e09c97 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj index ccd7adba1..d6fb0dc32 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj index 50299f492..74c9ecbb2 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj index 1e718638d..588c671c8 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj @@ -49,8 +49,6 @@ - - @@ -120,8 +118,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj index 4e89921b4..72f82f7ef 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj @@ -49,8 +49,6 @@ - - @@ -120,8 +118,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj index efa4adb64..f112559bb 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj @@ -49,8 +49,6 @@ - - @@ -120,8 +118,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj index 4f74d708c..c6a4c3752 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj index 7cfcd699b..0c45d6d04 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj index 4d2b7b088..d90fd0493 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj index 07b2fddab..a777afb43 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj index ea26ca907..cce381c28 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj index 97ab80c80..8fc1e3604 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj index 78f6c4581..149128b7b 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj index d4c93024c..906c6084d 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj index ae13ef8a3..881d55248 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj index e76d071fd..74c42684b 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj index 1daf60f77..7ccc2861f 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj index da99c87fb..59711d893 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj index b5682301a..29709e9d1 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj index 5d3d023e2..1b907a95e 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj index fa1c8e09a..f40e612e6 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj index 48aeccdb6..e873ecc38 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj index 72f1fc0a1..dbcb2efd8 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj index a17c6b077..f9eb141ac 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj index 877b98240..9be7df994 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj index 8de6bdb24..58fb33bcf 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj index e063519f0..0529e1329 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj index a805756fe..e213caee2 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj index cfe9d5ec0..950e18aa0 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj index bd1f011af..78e7a6388 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj index 1ae1de205..8bd1343a2 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj index 9e71e87ff..4dbe5fdc2 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj index e36355f32..b1b51f31f 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj index af705f6ed..75ddc0e41 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj index f724919fb..1a5181c11 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj index 96b01207f..b4969ce96 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj index d0c29cb79..06f046138 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj index 861d1c7bc..3aae7e486 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj index 2d73e9566..fa5dbcf9b 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj index 2c03cb153..c80af96e7 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj index f30d79f3a..a6d15f888 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj index 3d5f928a3..30add41ea 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj index 43b70f5f4..8038f5c68 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj index 44f653a4c..61c794236 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj index 4f9a56c21..bb27c0f45 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj index a6bf41e93..6d14c2afa 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj index 98a109851..0cff40a98 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj index 98f760b30..1ea49534e 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj index fb26abef8..68bcc83ef 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj index 6883274a0..7729c6591 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj index 41fedfa30..46aa12506 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj index bc4cb7069..be04c3e1a 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj index 7c82ea64b..7ff687b82 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj index 6a6739096..d8a1a85e2 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj index 35f61d49c..20ae41e01 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj index 01b83b340..8e5b4fbf6 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj index 5c4a96947..eb269d795 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj index ef5c78186..3a8fd4190 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj index a334b536c..40dd49eda 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj index 30e92776f..d1ce12043 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj index d9ae741df..97693c460 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj index 8ea28a008..527898b42 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj index 671e7df62..7c5bb0799 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj index dd2d4ed0b..d8b4b5015 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj index a80a27f51..349a42a44 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj index 203a710be..98709aa3b 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj @@ -50,8 +50,6 @@ - - @@ -121,8 +119,6 @@ - - diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj index 4e5d8a194..b32e1e961 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj index 7ca0ac3e7..910eea465 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj index cef6c4762..3e51cf22b 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/norm/norm_vs2017.vcxproj b/Libraries/rocThrust/norm/norm_vs2017.vcxproj index e997e5427..4cf421614 100644 --- a/Libraries/rocThrust/norm/norm_vs2017.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/norm/norm_vs2019.vcxproj b/Libraries/rocThrust/norm/norm_vs2019.vcxproj index 15cc0901e..c53c02236 100644 --- a/Libraries/rocThrust/norm/norm_vs2019.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/norm/norm_vs2022.vcxproj b/Libraries/rocThrust/norm/norm_vs2022.vcxproj index f1ce5c757..f82abae5d 100644 --- a/Libraries/rocThrust/norm/norm_vs2022.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj index 7511edc05..39df1e2e9 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj index 1b9fd19b0..efe2e144c 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj index f6daa1c73..fec83ecf6 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj index 71f0c2258..629a9b278 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj index f2d356295..16c9349a0 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj index e5d9d8206..47b200f0a 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj index aaf72e9ee..5928ac001 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj index 51d37eeec..4c72469d2 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj index 44d7edcb9..b8e4f15aa 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj index 65cd2ae68..e066e986b 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj index ab40cdd05..e97163101 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - diff --git a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj index 7bb1a326b..27d1cffa9 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj @@ -44,8 +44,6 @@ - - @@ -113,8 +111,6 @@ - - From 9bf8c1a6258e45966aac460c50c16db2c2591328 Mon Sep 17 00:00:00 2001 From: schung-amd Date: Thu, 27 Feb 2025 11:12:07 -0500 Subject: [PATCH 08/10] Remove hard-coded imports --- .../bitonic_sort/bitonic_sort_vs2017.vcxproj | 26 +++++++------------ .../bitonic_sort/bitonic_sort_vs2019.vcxproj | 26 +++++++------------ .../bitonic_sort/bitonic_sort_vs2022.vcxproj | 26 +++++++------------ .../convolution/convolution_vs2017.vcxproj | 26 +++++++------------ .../convolution/convolution_vs2019.vcxproj | 26 +++++++------------ .../convolution/convolution_vs2022.vcxproj | 26 +++++++------------ .../floyd_warshall_vs2017.vcxproj | 26 +++++++------------ .../floyd_warshall_vs2019.vcxproj | 26 +++++++------------ .../floyd_warshall_vs2022.vcxproj | 26 +++++++------------ .../histogram/histogram_vs2017.vcxproj | 26 +++++++------------ .../histogram/histogram_vs2019.vcxproj | 26 +++++++------------ .../histogram/histogram_vs2022.vcxproj | 26 +++++++------------ .../monte_carlo_pi_vs2017.vcxproj | 26 +++++++------------ .../monte_carlo_pi_vs2019.vcxproj | 26 +++++++------------ .../monte_carlo_pi_vs2022.vcxproj | 26 +++++++------------ .../prefix_sum/prefix_sum_vs2017.vcxproj | 26 +++++++------------ .../prefix_sum/prefix_sum_vs2019.vcxproj | 26 +++++++------------ .../prefix_sum/prefix_sum_vs2022.vcxproj | 26 +++++++------------ .../assembly_to_executable_vs2017.vcxproj | 26 +++++++------------ .../assembly_to_executable_vs2019.vcxproj | 26 +++++++------------ .../assembly_to_executable_vs2022.vcxproj | 26 +++++++------------ HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj | 26 +++++++------------ HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj | 26 +++++++------------ HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj | 26 +++++++------------ .../bit_extract/bit_extract_vs2017.vcxproj | 26 +++++++------------ .../bit_extract/bit_extract_vs2019.vcxproj | 26 +++++++------------ .../bit_extract/bit_extract_vs2022.vcxproj | 26 +++++++------------ .../cooperative_groups_vs2017.vcxproj | 26 +++++++------------ .../cooperative_groups_vs2019.vcxproj | 26 +++++++------------ .../cooperative_groups_vs2022.vcxproj | 26 +++++++------------ .../device_globals_vs2017.vcxproj | 26 +++++++------------ .../device_globals_vs2019.vcxproj | 26 +++++++------------ .../device_globals_vs2022.vcxproj | 26 +++++++------------ .../device_query/device_query_vs2017.vcxproj | 26 +++++++------------ .../device_query/device_query_vs2019.vcxproj | 26 +++++++------------ .../device_query/device_query_vs2022.vcxproj | 26 +++++++------------ .../dynamic_shared_vs2017.vcxproj | 26 +++++++------------ .../dynamic_shared_vs2019.vcxproj | 26 +++++++------------ .../dynamic_shared_vs2022.vcxproj | 26 +++++++------------ HIP-Basic/events/events_vs2017.vcxproj | 26 +++++++------------ HIP-Basic/events/events_vs2019.vcxproj | 26 +++++++------------ HIP-Basic/events/events_vs2022.vcxproj | 26 +++++++------------ HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj | 26 +++++++------------ HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj | 26 +++++++------------ HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj | 26 +++++++------------ .../hello_world/hello_world_vs2017.vcxproj | 26 +++++++------------ .../hello_world/hello_world_vs2019.vcxproj | 26 +++++++------------ .../hello_world/hello_world_vs2022.vcxproj | 26 +++++++------------ .../inline_assembly_vs2017.vcxproj | 26 +++++++------------ .../inline_assembly_vs2019.vcxproj | 26 +++++++------------ .../inline_assembly_vs2022.vcxproj | 26 +++++++------------ .../llvm_ir_to_executable_vs2017.vcxproj | 26 +++++++------------ .../llvm_ir_to_executable_vs2019.vcxproj | 26 +++++++------------ .../llvm_ir_to_executable_vs2022.vcxproj | 26 +++++++------------ .../matrix_multiplication_vs2017.vcxproj | 26 +++++++------------ .../matrix_multiplication_vs2019.vcxproj | 26 +++++++------------ .../matrix_multiplication_vs2022.vcxproj | 26 +++++++------------ .../module_api/module_api_vs2017.vcxproj | 26 +++++++------------ .../module_api/module_api_vs2019.vcxproj | 26 +++++++------------ .../module_api/module_api_vs2022.vcxproj | 26 +++++++------------ .../moving_average_vs2017.vcxproj | 26 +++++++------------ .../moving_average_vs2019.vcxproj | 26 +++++++------------ .../moving_average_vs2022.vcxproj | 26 +++++++------------ .../multi_gpu_data_transfer_vs2017.vcxproj | 26 +++++++------------ .../multi_gpu_data_transfer_vs2019.vcxproj | 26 +++++++------------ .../multi_gpu_data_transfer_vs2022.vcxproj | 26 +++++++------------ HIP-Basic/occupancy/occupancy_vs2017.vcxproj | 26 +++++++------------ HIP-Basic/occupancy/occupancy_vs2019.vcxproj | 26 +++++++------------ HIP-Basic/occupancy/occupancy_vs2022.vcxproj | 26 +++++++------------ .../opengl_interop_vs2017.vcxproj | 26 +++++++------------ .../opengl_interop_vs2019.vcxproj | 26 +++++++------------ .../opengl_interop_vs2022.vcxproj | 26 +++++++------------ .../runtime_compilation_vs2017.vcxproj | 26 +++++++------------ .../runtime_compilation_vs2019.vcxproj | 26 +++++++------------ .../runtime_compilation_vs2022.vcxproj | 26 +++++++------------ HIP-Basic/saxpy/saxpy_vs2017.vcxproj | 26 +++++++------------ HIP-Basic/saxpy/saxpy_vs2019.vcxproj | 26 +++++++------------ HIP-Basic/saxpy/saxpy_vs2022.vcxproj | 26 +++++++------------ .../shared_memory_vs2017.vcxproj | 26 +++++++------------ .../shared_memory_vs2019.vcxproj | 26 +++++++------------ .../shared_memory_vs2022.vcxproj | 26 +++++++------------ .../static_host_library_vs2017.vcxproj | 26 +++++++------------ .../static_host_library_vs2019.vcxproj | 26 +++++++------------ .../static_host_library_vs2022.vcxproj | 26 +++++++------------ HIP-Basic/streams/streams_vs2017.vcxproj | 26 +++++++------------ HIP-Basic/streams/streams_vs2019.vcxproj | 26 +++++++------------ HIP-Basic/streams/streams_vs2022.vcxproj | 26 +++++++------------ .../texture_management_vs2017.vcxproj | 26 +++++++------------ .../texture_management_vs2019.vcxproj | 26 +++++++------------ .../texture_management_vs2022.vcxproj | 26 +++++++------------ .../vulkan_interop_vs2017.vcxproj | 26 +++++++------------ .../vulkan_interop_vs2019.vcxproj | 26 +++++++------------ .../vulkan_interop_vs2022.vcxproj | 26 +++++++------------ .../warp_shuffle/warp_shuffle_vs2017.vcxproj | 26 +++++++------------ .../warp_shuffle/warp_shuffle_vs2019.vcxproj | 26 +++++++------------ .../warp_shuffle/warp_shuffle_vs2022.vcxproj | 26 +++++++------------ .../gemm_strided_batched_vs2017.vcxproj | 26 +++++++------------ .../gemm_strided_batched_vs2019.vcxproj | 26 +++++++------------ .../gemm_strided_batched_vs2022.vcxproj | 26 +++++++------------ Libraries/hipBLAS/her/her_vs2017.vcxproj | 26 +++++++------------ Libraries/hipBLAS/her/her_vs2019.vcxproj | 26 +++++++------------ Libraries/hipBLAS/her/her_vs2022.vcxproj | 26 +++++++------------ Libraries/hipBLAS/scal/scal_vs2017.vcxproj | 26 +++++++------------ Libraries/hipBLAS/scal/scal_vs2019.vcxproj | 26 +++++++------------ Libraries/hipBLAS/scal/scal_vs2022.vcxproj | 26 +++++++------------ .../device_radix_sort_vs2017.vcxproj | 26 +++++++------------ .../device_radix_sort_vs2019.vcxproj | 26 +++++++------------ .../device_radix_sort_vs2022.vcxproj | 26 +++++++------------ .../device_sum/device_sum_vs2017.vcxproj | 26 +++++++------------ .../device_sum/device_sum_vs2019.vcxproj | 26 +++++++------------ .../device_sum/device_sum_vs2022.vcxproj | 26 +++++++------------ .../hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj | 26 +++++++------------ .../hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj | 26 +++++++------------ .../hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj | 26 +++++++------------ .../hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj | 26 +++++++------------ .../hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj | 26 +++++++------------ .../hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj | 26 +++++++------------ Libraries/hipSOLVER/gels/gels_vs2017.vcxproj | 26 +++++++------------ Libraries/hipSOLVER/gels/gels_vs2019.vcxproj | 26 +++++++------------ Libraries/hipSOLVER/gels/gels_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/geqrf/geqrf_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/geqrf/geqrf_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/geqrf/geqrf_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/gesvd/gesvd_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/gesvd/gesvd_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/gesvd/gesvd_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/getrf/getrf_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/getrf/getrf_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/getrf/getrf_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/potrf/potrf_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/potrf/potrf_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/potrf/potrf_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/syevd/syevd_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/syevd/syevd_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/syevd/syevd_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/syevdx/syevdx_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/syevdx/syevdx_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/syevdx/syevdx_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/syevj/syevj_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/syevj/syevj_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/syevj/syevj_vs2022.vcxproj | 26 +++++++------------ .../syevj_batched_vs2017.vcxproj | 26 +++++++------------ .../syevj_batched_vs2019.vcxproj | 26 +++++++------------ .../syevj_batched_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/sygvd/sygvd_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/sygvd/sygvd_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/sygvd/sygvd_vs2022.vcxproj | 26 +++++++------------ .../hipSOLVER/sygvj/sygvj_vs2017.vcxproj | 26 +++++++------------ .../hipSOLVER/sygvj/sygvj_vs2019.vcxproj | 26 +++++++------------ .../hipSOLVER/sygvj/sygvj_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/axpy/axpy_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/axpy/axpy_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/axpy/axpy_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/dot/dot_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/dot/dot_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/dot/dot_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/scal/scal_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/scal/scal_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/scal/scal_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/swap/swap_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/swap/swap_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_1/swap/swap_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_2/gemv/gemv_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_2/gemv/gemv_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_2/gemv/gemv_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_2/her/her_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_2/her/her_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_2/her/her_vs2022.vcxproj | 26 +++++++------------ .../rocBLAS/level_3/gemm/gemm_vs2017.vcxproj | 26 +++++++------------ .../rocBLAS/level_3/gemm/gemm_vs2019.vcxproj | 26 +++++++------------ .../rocBLAS/level_3/gemm/gemm_vs2022.vcxproj | 26 +++++++------------ .../gemm_strided_batched_vs2017.vcxproj | 26 +++++++------------ .../gemm_strided_batched_vs2019.vcxproj | 26 +++++++------------ .../gemm_strided_batched_vs2022.vcxproj | 26 +++++++------------ .../rocFFT/callback/callback_vs2017.vcxproj | 26 +++++++------------ .../rocFFT/callback/callback_vs2019.vcxproj | 26 +++++++------------ .../rocFFT/callback/callback_vs2022.vcxproj | 26 +++++++------------ .../rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj | 26 +++++++------------ .../rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj | 26 +++++++------------ .../rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj | 26 +++++++------------ .../block_sum/block_sum_vs2017.vcxproj | 26 +++++++------------ .../block_sum/block_sum_vs2019.vcxproj | 26 +++++++------------ .../block_sum/block_sum_vs2022.vcxproj | 26 +++++++------------ .../device_sum/device_sum_vs2017.vcxproj | 26 +++++++------------ .../device_sum/device_sum_vs2019.vcxproj | 26 +++++++------------ .../device_sum/device_sum_vs2022.vcxproj | 26 +++++++------------ .../simple_distributions_cpp_vs2017.vcxproj | 26 +++++++------------ .../simple_distributions_cpp_vs2019.vcxproj | 26 +++++++------------ .../simple_distributions_cpp_vs2022.vcxproj | 26 +++++++------------ .../rocSOLVER/getf2/getf2_vs2017.vcxproj | 26 +++++++------------ .../rocSOLVER/getf2/getf2_vs2019.vcxproj | 26 +++++++------------ .../rocSOLVER/getf2/getf2_vs2022.vcxproj | 26 +++++++------------ .../rocSOLVER/getri/getri_vs2017.vcxproj | 26 +++++++------------ .../rocSOLVER/getri/getri_vs2019.vcxproj | 26 +++++++------------ .../rocSOLVER/getri/getri_vs2022.vcxproj | 26 +++++++------------ Libraries/rocSOLVER/syev/syev_vs2017.vcxproj | 26 +++++++------------ Libraries/rocSOLVER/syev/syev_vs2019.vcxproj | 26 +++++++------------ Libraries/rocSOLVER/syev/syev_vs2022.vcxproj | 26 +++++++------------ .../syev_batched/syev_batched_vs2017.vcxproj | 26 +++++++------------ .../syev_batched/syev_batched_vs2019.vcxproj | 26 +++++++------------ .../syev_batched/syev_batched_vs2022.vcxproj | 26 +++++++------------ .../syev_strided_batched_vs2017.vcxproj | 26 +++++++------------ .../syev_strided_batched_vs2019.vcxproj | 26 +++++++------------ .../syev_strided_batched_vs2022.vcxproj | 26 +++++++------------ .../level_2/bsrmv/bsrmv_vs2017.vcxproj | 26 +++++++------------ .../level_2/bsrmv/bsrmv_vs2019.vcxproj | 26 +++++++------------ .../level_2/bsrmv/bsrmv_vs2022.vcxproj | 26 +++++++------------ .../level_2/bsrsv/bsrsv_vs2017.vcxproj | 26 +++++++------------ .../level_2/bsrsv/bsrsv_vs2019.vcxproj | 26 +++++++------------ .../level_2/bsrsv/bsrsv_vs2022.vcxproj | 26 +++++++------------ .../level_2/bsrxmv/bsrxmv_vs2017.vcxproj | 26 +++++++------------ .../level_2/bsrxmv/bsrxmv_vs2019.vcxproj | 26 +++++++------------ .../level_2/bsrxmv/bsrxmv_vs2022.vcxproj | 26 +++++++------------ .../level_2/coomv/coomv_vs2017.vcxproj | 26 +++++++------------ .../level_2/coomv/coomv_vs2019.vcxproj | 26 +++++++------------ .../level_2/coomv/coomv_vs2022.vcxproj | 26 +++++++------------ .../level_2/csritsv/csritsv_vs2017.vcxproj | 26 +++++++------------ .../level_2/csritsv/csritsv_vs2019.vcxproj | 26 +++++++------------ .../level_2/csritsv/csritsv_vs2022.vcxproj | 26 +++++++------------ .../level_2/csrmv/csrmv_vs2017.vcxproj | 26 +++++++------------ .../level_2/csrmv/csrmv_vs2019.vcxproj | 26 +++++++------------ .../level_2/csrmv/csrmv_vs2022.vcxproj | 26 +++++++------------ .../level_2/csrsv/csrsv_vs2017.vcxproj | 26 +++++++------------ .../level_2/csrsv/csrsv_vs2019.vcxproj | 26 +++++++------------ .../level_2/csrsv/csrsv_vs2022.vcxproj | 26 +++++++------------ .../level_2/ellmv/ellmv_vs2017.vcxproj | 26 +++++++------------ .../level_2/ellmv/ellmv_vs2019.vcxproj | 26 +++++++------------ .../level_2/ellmv/ellmv_vs2022.vcxproj | 26 +++++++------------ .../level_2/gebsrmv/gebsrmv_vs2017.vcxproj | 26 +++++++------------ .../level_2/gebsrmv/gebsrmv_vs2019.vcxproj | 26 +++++++------------ .../level_2/gebsrmv/gebsrmv_vs2022.vcxproj | 26 +++++++------------ .../level_2/gemvi/gemvi_vs2017.vcxproj | 26 +++++++------------ .../level_2/gemvi/gemvi_vs2019.vcxproj | 26 +++++++------------ .../level_2/gemvi/gemvi_vs2022.vcxproj | 26 +++++++------------ .../level_2/spitsv/spitsv_vs2017.vcxproj | 26 +++++++------------ .../level_2/spitsv/spitsv_vs2019.vcxproj | 26 +++++++------------ .../level_2/spitsv/spitsv_vs2022.vcxproj | 26 +++++++------------ .../level_2/spmv/spmv_vs2017.vcxproj | 26 +++++++------------ .../level_2/spmv/spmv_vs2019.vcxproj | 26 +++++++------------ .../level_2/spmv/spmv_vs2022.vcxproj | 26 +++++++------------ .../level_2/spsv/spsv_vs2017.vcxproj | 26 +++++++------------ .../level_2/spsv/spsv_vs2019.vcxproj | 26 +++++++------------ .../level_2/spsv/spsv_vs2022.vcxproj | 26 +++++++------------ .../level_3/bsrmm/bsrmm_vs2017.vcxproj | 26 +++++++------------ .../level_3/bsrmm/bsrmm_vs2019.vcxproj | 26 +++++++------------ .../level_3/bsrmm/bsrmm_vs2022.vcxproj | 26 +++++++------------ .../level_3/bsrsm/bsrsm_vs2017.vcxproj | 26 +++++++------------ .../level_3/bsrsm/bsrsm_vs2019.vcxproj | 26 +++++++------------ .../level_3/bsrsm/bsrsm_vs2022.vcxproj | 26 +++++++------------ .../level_3/csrmm/csrmm_vs2017.vcxproj | 26 +++++++------------ .../level_3/csrmm/csrmm_vs2019.vcxproj | 26 +++++++------------ .../level_3/csrmm/csrmm_vs2022.vcxproj | 26 +++++++------------ .../level_3/csrsm/csrsm_vs2017.vcxproj | 26 +++++++------------ .../level_3/csrsm/csrsm_vs2019.vcxproj | 26 +++++++------------ .../level_3/csrsm/csrsm_vs2022.vcxproj | 26 +++++++------------ .../level_3/gebsrmm/gebsrmm_vs2017.vcxproj | 26 +++++++------------ .../level_3/gebsrmm/gebsrmm_vs2019.vcxproj | 26 +++++++------------ .../level_3/gebsrmm/gebsrmm_vs2022.vcxproj | 26 +++++++------------ .../level_3/gemmi/gemmi_vs2017.vcxproj | 26 +++++++------------ .../level_3/gemmi/gemmi_vs2019.vcxproj | 26 +++++++------------ .../level_3/gemmi/gemmi_vs2022.vcxproj | 26 +++++++------------ .../level_3/sddmm/sddmm_vs2017.vcxproj | 26 +++++++------------ .../level_3/sddmm/sddmm_vs2019.vcxproj | 26 +++++++------------ .../level_3/sddmm/sddmm_vs2022.vcxproj | 26 +++++++------------ .../level_3/spmm/spmm_vs2017.vcxproj | 26 +++++++------------ .../level_3/spmm/spmm_vs2019.vcxproj | 26 +++++++------------ .../level_3/spmm/spmm_vs2022.vcxproj | 26 +++++++------------ .../level_3/spsm/spsm_vs2017.vcxproj | 26 +++++++------------ .../level_3/spsm/spsm_vs2019.vcxproj | 26 +++++++------------ .../level_3/spsm/spsm_vs2022.vcxproj | 26 +++++++------------ .../bsric0/bsric0_vs2017.vcxproj | 26 +++++++------------ .../bsric0/bsric0_vs2019.vcxproj | 26 +++++++------------ .../bsric0/bsric0_vs2022.vcxproj | 26 +++++++------------ .../bsrilu0/bsrilu0_vs2017.vcxproj | 26 +++++++------------ .../bsrilu0/bsrilu0_vs2019.vcxproj | 26 +++++++------------ .../bsrilu0/bsrilu0_vs2022.vcxproj | 26 +++++++------------ .../csric0/csric0_vs2017.vcxproj | 26 +++++++------------ .../csric0/csric0_vs2019.vcxproj | 26 +++++++------------ .../csric0/csric0_vs2022.vcxproj | 26 +++++++------------ .../csrilu0/csrilu0_vs2017.vcxproj | 26 +++++++------------ .../csrilu0/csrilu0_vs2019.vcxproj | 26 +++++++------------ .../csrilu0/csrilu0_vs2022.vcxproj | 26 +++++++------------ .../csritilu0/csritilu0_vs2017.vcxproj | 26 +++++++------------ .../csritilu0/csritilu0_vs2019.vcxproj | 26 +++++++------------ .../csritilu0/csritilu0_vs2022.vcxproj | 26 +++++++------------ .../preconditioner/gpsv/gpsv_vs2017.vcxproj | 26 +++++++------------ .../preconditioner/gpsv/gpsv_vs2019.vcxproj | 26 +++++++------------ .../preconditioner/gpsv/gpsv_vs2022.vcxproj | 26 +++++++------------ .../preconditioner/gtsv/gtsv_vs2017.vcxproj | 26 +++++++------------ .../preconditioner/gtsv/gtsv_vs2019.vcxproj | 26 +++++++------------ .../preconditioner/gtsv/gtsv_vs2022.vcxproj | 26 +++++++------------ .../device_ptr/device_ptr_vs2017.vcxproj | 26 +++++++------------ .../device_ptr/device_ptr_vs2019.vcxproj | 26 +++++++------------ .../device_ptr/device_ptr_vs2022.vcxproj | 26 +++++++------------ Libraries/rocThrust/norm/norm_vs2017.vcxproj | 26 +++++++------------ Libraries/rocThrust/norm/norm_vs2019.vcxproj | 26 +++++++------------ Libraries/rocThrust/norm/norm_vs2022.vcxproj | 26 +++++++------------ .../reduce_sum/reduce_sum_vs2017.vcxproj | 26 +++++++------------ .../reduce_sum/reduce_sum_vs2019.vcxproj | 26 +++++++------------ .../reduce_sum/reduce_sum_vs2022.vcxproj | 26 +++++++------------ .../remove_points_vs2017.vcxproj | 26 +++++++------------ .../remove_points_vs2019.vcxproj | 26 +++++++------------ .../remove_points_vs2022.vcxproj | 26 +++++++------------ .../rocThrust/saxpy/saxpy_vs2017.vcxproj | 26 +++++++------------ .../rocThrust/saxpy/saxpy_vs2019.vcxproj | 26 +++++++------------ .../rocThrust/saxpy/saxpy_vs2022.vcxproj | 26 +++++++------------ .../rocThrust/vectors/vectors_vs2017.vcxproj | 26 +++++++------------ .../rocThrust/vectors/vectors_vs2019.vcxproj | 26 +++++++------------ .../rocThrust/vectors/vectors_vs2022.vcxproj | 26 +++++++------------ 312 files changed, 3120 insertions(+), 4992 deletions(-) diff --git a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj index 4d3433e63..599d0ea46 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2017.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj index 0d63fb68f..4494bee45 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2019.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj index 2b37ff99b..e71037b35 100644 --- a/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj +++ b/Applications/bitonic_sort/bitonic_sort_vs2022.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/convolution/convolution_vs2017.vcxproj b/Applications/convolution/convolution_vs2017.vcxproj index 3bf98cc80..62875125f 100644 --- a/Applications/convolution/convolution_vs2017.vcxproj +++ b/Applications/convolution/convolution_vs2017.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Applications/convolution/convolution_vs2019.vcxproj b/Applications/convolution/convolution_vs2019.vcxproj index fba6319c2..88475fd39 100644 --- a/Applications/convolution/convolution_vs2019.vcxproj +++ b/Applications/convolution/convolution_vs2019.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/convolution/convolution_vs2022.vcxproj b/Applications/convolution/convolution_vs2022.vcxproj index eef288957..1fa03c374 100644 --- a/Applications/convolution/convolution_vs2022.vcxproj +++ b/Applications/convolution/convolution_vs2022.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj index 4dcb907bc..844d4c178 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2017.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj index 0722b1ba3..33cf8e185 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2019.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj index c086d5344..503799b78 100644 --- a/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj +++ b/Applications/floyd_warshall/floyd_warshall_vs2022.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/histogram/histogram_vs2017.vcxproj b/Applications/histogram/histogram_vs2017.vcxproj index a6da6fbb8..12aa374d6 100644 --- a/Applications/histogram/histogram_vs2017.vcxproj +++ b/Applications/histogram/histogram_vs2017.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Applications/histogram/histogram_vs2019.vcxproj b/Applications/histogram/histogram_vs2019.vcxproj index 64e6f13b9..a43d73c03 100644 --- a/Applications/histogram/histogram_vs2019.vcxproj +++ b/Applications/histogram/histogram_vs2019.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/histogram/histogram_vs2022.vcxproj b/Applications/histogram/histogram_vs2022.vcxproj index e9e663e7a..36c657135 100644 --- a/Applications/histogram/histogram_vs2022.vcxproj +++ b/Applications/histogram/histogram_vs2022.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj index 427f2dcb4..ee9f6bcdf 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2017.vcxproj @@ -51,16 +51,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -122,13 +122,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj index 148c82f13..2f8813aaf 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2019.vcxproj @@ -51,16 +51,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -122,13 +122,7 @@ - - - - - - - - + + diff --git a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj index b6d1e170d..329d12786 100644 --- a/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj +++ b/Applications/monte_carlo_pi/monte_carlo_pi_vs2022.vcxproj @@ -51,16 +51,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -122,13 +122,7 @@ - - - - - - - - + + diff --git a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj index d77b1c53c..6936290a1 100644 --- a/Applications/prefix_sum/prefix_sum_vs2017.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2017.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj index 4ec178176..7610f341d 100644 --- a/Applications/prefix_sum/prefix_sum_vs2019.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2019.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj index ba4e5d97f..bee99da45 100644 --- a/Applications/prefix_sum/prefix_sum_vs2022.vcxproj +++ b/Applications/prefix_sum/prefix_sum_vs2022.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj index 24f5fe955..01e154d7f 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2017.vcxproj @@ -101,16 +101,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -210,13 +210,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj index f38ac3c4e..60a78792e 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2019.vcxproj @@ -101,16 +101,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -210,13 +210,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - - - - - - - + + diff --git a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj index 6760f99f1..066a48617 100644 --- a/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj +++ b/HIP-Basic/assembly_to_executable/assembly_to_executable_vs2022.vcxproj @@ -101,16 +101,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -210,13 +210,7 @@ cd $(IntDir) && "$(ClangToolPath)llvm-mc" -triple host-x86_64-pc-windows - - - - - - - - + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj index b080731e5..e796be14e 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2017.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj index 0edabd77e..ca66419f1 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2019.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj index 4b0fd5fc0..f154cc77e 100644 --- a/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj +++ b/HIP-Basic/bandwidth/bandwidth_vs2022.vcxproj @@ -43,16 +43,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj index dfb04d7a9..1ec1f7d6e 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj index aeec1911f..96a488405 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj index 418f6e577..014fd5057 100644 --- a/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj +++ b/HIP-Basic/bit_extract/bit_extract_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj index 4fdfc6eca..617491903 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj index b3d703361..3041d85c2 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj index 705295d13..6dc8025f0 100644 --- a/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj +++ b/HIP-Basic/cooperative_groups/cooperative_groups_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj index 852c2f0e2..1054df4ed 100644 --- a/HIP-Basic/device_globals/device_globals_vs2017.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj index f1e077ca5..100167f59 100644 --- a/HIP-Basic/device_globals/device_globals_vs2019.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj index 935ad40bc..6c21e40f7 100644 --- a/HIP-Basic/device_globals/device_globals_vs2022.vcxproj +++ b/HIP-Basic/device_globals/device_globals_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/device_query/device_query_vs2017.vcxproj b/HIP-Basic/device_query/device_query_vs2017.vcxproj index 0e30d4541..bb5e5a87e 100644 --- a/HIP-Basic/device_query/device_query_vs2017.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/device_query/device_query_vs2019.vcxproj b/HIP-Basic/device_query/device_query_vs2019.vcxproj index 37a38245a..573f8555b 100644 --- a/HIP-Basic/device_query/device_query_vs2019.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/device_query/device_query_vs2022.vcxproj b/HIP-Basic/device_query/device_query_vs2022.vcxproj index 677268b8f..3da84ee4a 100644 --- a/HIP-Basic/device_query/device_query_vs2022.vcxproj +++ b/HIP-Basic/device_query/device_query_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj index 62c6f226a..d3ea733fd 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj index d0efecd78..2dd838c05 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj index 81748befc..f4b9769f3 100644 --- a/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj +++ b/HIP-Basic/dynamic_shared/dynamic_shared_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/events/events_vs2017.vcxproj b/HIP-Basic/events/events_vs2017.vcxproj index 1bd7fac53..733256a21 100644 --- a/HIP-Basic/events/events_vs2017.vcxproj +++ b/HIP-Basic/events/events_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/events/events_vs2019.vcxproj b/HIP-Basic/events/events_vs2019.vcxproj index f5ec2c93e..5aa1dc9cc 100644 --- a/HIP-Basic/events/events_vs2019.vcxproj +++ b/HIP-Basic/events/events_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/events/events_vs2022.vcxproj b/HIP-Basic/events/events_vs2022.vcxproj index b1de97eeb..ece1637dc 100644 --- a/HIP-Basic/events/events_vs2022.vcxproj +++ b/HIP-Basic/events/events_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj index bd267d510..0866b7b6f 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj index c08e2b133..6d59c502e 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj index 35619b6c8..a03397d6b 100644 --- a/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj +++ b/HIP-Basic/gpu_arch/gpu_arch_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj index 3dec9a669..ff273d7f5 100644 --- a/HIP-Basic/hello_world/hello_world_vs2017.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj index a9a4609da..c2e5fc6c2 100644 --- a/HIP-Basic/hello_world/hello_world_vs2019.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj index a91fb01dd..4aeb42653 100644 --- a/HIP-Basic/hello_world/hello_world_vs2022.vcxproj +++ b/HIP-Basic/hello_world/hello_world_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj index ab3130568..17b2639d0 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj index 9a2cecc38..c70c4eb7c 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj index 57d51626a..dc2af7758 100644 --- a/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj +++ b/HIP-Basic/inline_assembly/inline_assembly_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj index 8a248b804..58402c6bd 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2017.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -161,13 +161,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj index bb64f0a11..ac69fc46d 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2019.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -161,13 +161,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj index 696d77bbd..72854bfd4 100644 --- a/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj +++ b/HIP-Basic/llvm_ir_to_executable/llvm_ir_to_executable_vs2022.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -161,13 +161,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj index 887d00a21..1b5f68209 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj index ef4269c4a..816d29859 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj index e13f2049c..3f9a00c22 100644 --- a/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj +++ b/HIP-Basic/matrix_multiplication/matrix_multiplication_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/module_api/module_api_vs2017.vcxproj b/HIP-Basic/module_api/module_api_vs2017.vcxproj index aa7f2430f..5abff62ab 100644 --- a/HIP-Basic/module_api/module_api_vs2017.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2017.vcxproj @@ -55,16 +55,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -126,13 +126,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/module_api/module_api_vs2019.vcxproj b/HIP-Basic/module_api/module_api_vs2019.vcxproj index a2238e854..a30af62cd 100644 --- a/HIP-Basic/module_api/module_api_vs2019.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2019.vcxproj @@ -55,16 +55,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -126,13 +126,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/module_api/module_api_vs2022.vcxproj b/HIP-Basic/module_api/module_api_vs2022.vcxproj index bb5880997..7f97fc9c8 100644 --- a/HIP-Basic/module_api/module_api_vs2022.vcxproj +++ b/HIP-Basic/module_api/module_api_vs2022.vcxproj @@ -55,16 +55,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -126,13 +126,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj index 85d01a316..099155f4e 100644 --- a/HIP-Basic/moving_average/moving_average_vs2017.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj index 8f9d0f137..f77a6b72e 100644 --- a/HIP-Basic/moving_average/moving_average_vs2019.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj index db7347752..a61aef522 100644 --- a/HIP-Basic/moving_average/moving_average_vs2022.vcxproj +++ b/HIP-Basic/moving_average/moving_average_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj index 0bd493d47..c6cdc3204 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj index e8d8daa4b..85dba1004 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj index cad10e301..263b88b45 100644 --- a/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj +++ b/HIP-Basic/multi_gpu_data_transfer/multi_gpu_data_transfer_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj index 53271d79c..e76b1b685 100644 --- a/HIP-Basic/occupancy/occupancy_vs2017.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj index c14d73e64..5ca37c91a 100644 --- a/HIP-Basic/occupancy/occupancy_vs2019.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj index f2a35dc3e..7fb1dc30c 100644 --- a/HIP-Basic/occupancy/occupancy_vs2022.vcxproj +++ b/HIP-Basic/occupancy/occupancy_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj index a79e0f630..e134469d7 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2017.vcxproj @@ -50,16 +50,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -151,13 +151,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj index 2cfe05ca7..6176f2771 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2019.vcxproj @@ -50,16 +50,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -151,13 +151,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj index 30db3805d..503f553c7 100644 --- a/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj +++ b/HIP-Basic/opengl_interop/opengl_interop_vs2022.vcxproj @@ -50,16 +50,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -151,13 +151,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj index be36c847d..b2d3e35a0 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -150,13 +150,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj index f21ee442d..64f9a4685 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -150,13 +150,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj index 08bd7145a..753bbde13 100644 --- a/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj +++ b/HIP-Basic/runtime_compilation/runtime_compilation_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -150,13 +150,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj index fc9feb551..dd4ce12de 100644 --- a/HIP-Basic/saxpy/saxpy_vs2017.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj index c6ebb21b2..56eb59c7f 100644 --- a/HIP-Basic/saxpy/saxpy_vs2019.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj index 05b8ac6f8..8fffc9f90 100644 --- a/HIP-Basic/saxpy/saxpy_vs2022.vcxproj +++ b/HIP-Basic/saxpy/saxpy_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj index b14e9ff23..36d18cbda 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj index c08e982d3..cc45445e1 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj index b8c9e3b3f..2bfdf59cd 100644 --- a/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj +++ b/HIP-Basic/shared_memory/shared_memory_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj index 93b2ef74d..0c10c714d 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2017.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -140,13 +140,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj index f63178386..2903512bc 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2019.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -140,13 +140,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj index 6fb46c563..fcd854640 100644 --- a/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/static_host_library_vs2022.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -140,13 +140,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/streams/streams_vs2017.vcxproj b/HIP-Basic/streams/streams_vs2017.vcxproj index 3b4ea80d2..b68be0fbd 100644 --- a/HIP-Basic/streams/streams_vs2017.vcxproj +++ b/HIP-Basic/streams/streams_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/streams/streams_vs2019.vcxproj b/HIP-Basic/streams/streams_vs2019.vcxproj index 8c41afae6..2e5c07752 100644 --- a/HIP-Basic/streams/streams_vs2019.vcxproj +++ b/HIP-Basic/streams/streams_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/streams/streams_vs2022.vcxproj b/HIP-Basic/streams/streams_vs2022.vcxproj index 32c3662d4..04c695207 100644 --- a/HIP-Basic/streams/streams_vs2022.vcxproj +++ b/HIP-Basic/streams/streams_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj index cb8e22d9f..f7aed216f 100644 --- a/HIP-Basic/texture_management/texture_management_vs2017.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj index 059c21123..011f2e991 100644 --- a/HIP-Basic/texture_management/texture_management_vs2019.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj index cb3098b67..ff22bb102 100644 --- a/HIP-Basic/texture_management/texture_management_vs2022.vcxproj +++ b/HIP-Basic/texture_management/texture_management_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj index 737bb90a3..cfd675d21 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2017.vcxproj @@ -69,16 +69,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -144,13 +144,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj index 9c063c1b8..d49442d9b 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2019.vcxproj @@ -69,16 +69,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -144,13 +144,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj index 371a2b300..9a923160c 100644 --- a/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj +++ b/HIP-Basic/vulkan_interop/vulkan_interop_vs2022.vcxproj @@ -69,16 +69,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -144,13 +144,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj index 2cea003b8..a4b6f85eb 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj index e6a0f1c13..35b074aa9 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj index 1ec8daea8..fa2c0ecc1 100644 --- a/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj +++ b/HIP-Basic/warp_shuffle/warp_shuffle_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index 1f27b2f5b..b52b17c1d 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index f3f3017a7..224e54ae5 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + diff --git a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 04234b4ef..495c6fa87 100644 --- a/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/hipBLAS/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + diff --git a/Libraries/hipBLAS/her/her_vs2017.vcxproj b/Libraries/hipBLAS/her/her_vs2017.vcxproj index ef6581712..869d194d8 100644 --- a/Libraries/hipBLAS/her/her_vs2017.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2017.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipBLAS/her/her_vs2019.vcxproj b/Libraries/hipBLAS/her/her_vs2019.vcxproj index bac8ba4a4..48dc050f2 100644 --- a/Libraries/hipBLAS/her/her_vs2019.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2019.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + diff --git a/Libraries/hipBLAS/her/her_vs2022.vcxproj b/Libraries/hipBLAS/her/her_vs2022.vcxproj index aa10ad071..53a8cea22 100644 --- a/Libraries/hipBLAS/her/her_vs2022.vcxproj +++ b/Libraries/hipBLAS/her/her_vs2022.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + diff --git a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj index 9ce2fb797..1faa79759 100644 --- a/Libraries/hipBLAS/scal/scal_vs2017.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2017.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj index bb794529d..a9049cb48 100644 --- a/Libraries/hipBLAS/scal/scal_vs2019.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2019.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + diff --git a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj index c7afab242..a5ee0d43e 100644 --- a/Libraries/hipBLAS/scal/scal_vs2022.vcxproj +++ b/Libraries/hipBLAS/scal/scal_vs2022.vcxproj @@ -56,16 +56,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -127,13 +127,7 @@ - - - - - - - - + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj index e1107d880..3c85a6b40 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj index e80060448..d3190ec3c 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj index ef7d3d259..41c5526af 100644 --- a/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj +++ b/Libraries/hipCUB/device_radix_sort/device_radix_sort_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj index f1954d2d7..a5311aa75 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj index 7ac0ff958..190d79a53 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj index 9f6ded5c3..ae3a296f3 100644 --- a/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/hipCUB/device_sum/device_sum_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -135,13 +135,7 @@ - - - - - - - - + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj index 92a78c42f..6438d45c6 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2017.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj index 2743d6590..36ca88244 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2019.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + diff --git a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj index 4bc015969..bda7a191a 100644 --- a/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_d2z/plan_d2z_vs2022.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj index 6587e8830..f92f3f901 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2017.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj index 2f7c5ba66..b7a02166d 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2019.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + diff --git a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj index 43835c236..b597ce50a 100644 --- a/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj +++ b/Libraries/hipFFT/plan_z2z/plan_z2z_vs2022.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj index f70982b1b..b4158c609 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2017.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj index 5865a72ef..1e908f600 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2019.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj index 08b9fb82e..8189299c4 100644 --- a/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gels/gels_vs2022.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj index 2123a5d69..1a5058174 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2017.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj index 2d438beb8..e2a9e581a 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2019.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj index 28fb539d0..7ae974275 100644 --- a/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/geqrf/geqrf_vs2022.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj index ffe2520be..2d96b970e 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2017.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj index c00ad1e99..02739a297 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2019.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj index d31c4c88a..86eb03bdb 100644 --- a/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/gesvd/gesvd_vs2022.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj index fe52cd2df..48f43c0f7 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2017.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj index 9df929a74..7c8c34f10 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2019.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj index 8aef54307..289a2ec21 100644 --- a/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/getrf/getrf_vs2022.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj index 6a246cfb4..f4ffa99aa 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2017.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj index ebb76fc0e..1bac14926 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2019.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj index 27078e39b..d5093ef61 100644 --- a/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj +++ b/Libraries/hipSOLVER/potrf/potrf_vs2022.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj index 9ba64729d..f895a5fe7 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2017.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj index 286dcf731..8bc652bb7 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2019.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj index ae3f1f991..7875bdbae 100644 --- a/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevd/syevd_vs2022.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj index 2e853c181..3b82c0b7f 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2017.vcxproj @@ -65,16 +65,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj index 2be9e5a13..7f90f26e6 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2019.vcxproj @@ -65,16 +65,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj index 923a70ed2..c23b0d525 100644 --- a/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevdx/syevdx_vs2022.vcxproj @@ -65,16 +65,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj index 73076680f..9ef8bc115 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2017.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj index c83e8e201..799bb8ac9 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2019.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj index 465474cee..648efdacd 100644 --- a/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj/syevj_vs2022.vcxproj @@ -62,16 +62,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -133,13 +133,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj index 340498641..a4226c7d9 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2017.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj index d501b14ca..6ae941014 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2019.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj index d9187daff..4c13e34a5 100644 --- a/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj +++ b/Libraries/hipSOLVER/syevj_batched/syevj_batched_vs2022.vcxproj @@ -66,16 +66,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -137,13 +137,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj index e89755919..dff85a341 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2017.vcxproj @@ -65,16 +65,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj index 231c9bb5d..c306a7b06 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2019.vcxproj @@ -65,16 +65,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj index 250c0e316..90b82c34d 100644 --- a/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvd/sygvd_vs2022.vcxproj @@ -65,16 +65,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -136,13 +136,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj index 3abecfb12..8d5475229 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2017.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj index 5e814eaa7..a5f53bbcf 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2019.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + diff --git a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj index 73aeac261..f4fa15d10 100644 --- a/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj +++ b/Libraries/hipSOLVER/sygvj/sygvj_vs2022.vcxproj @@ -61,16 +61,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -132,13 +132,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj index 4205a01ff..ab20f4644 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj index 4865e29dd..c9d573575 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj index 78c7679fd..e4334796b 100644 --- a/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/axpy/axpy_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj index 7c75e6eeb..d38f16ad0 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj index 1b3a023a1..e6f0990a6 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj index f2f6af5a7..0707f6987 100644 --- a/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/dot/dot_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj index 769bfc7b1..89013ad15 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj index ea578ff69..adf313a4f 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj index 67b644206..2e475b630 100644 --- a/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/nrm2/nrm2_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj index f6606e857..962c2be8a 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj index aa6034a2d..e1bb73933 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj index 122596a49..d8d129dcd 100644 --- a/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/scal/scal_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj index 8f6c5bf79..23223a27b 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj index 20131cc0b..c0482e132 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj index 2e2139b8b..33f15cf59 100644 --- a/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_1/swap/swap_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj index 8a9c868d7..7214918a7 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj index 36ef056cd..6ccde3a13 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj index 1fa511374..7738403d9 100644 --- a/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/gemv/gemv_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj index b59d9f400..18dadec39 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj index d4d7057fa..5f537af4b 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj index d5b745fb5..8b874f5f1 100644 --- a/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_2/her/her_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj index 62b462455..105513b88 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj index b39c5f2ef..6113ce50c 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj index 2ab8fe0bc..850286d4a 100644 --- a/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm/gemm_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj index 85a8badaf..839f8d720 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2017.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj index 04a1fe75c..fbe9f0816 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2019.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj index 1598723b6..7d6ad618a 100644 --- a/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj +++ b/Libraries/rocBLAS/level_3/gemm_strided_batched/gemm_strided_batched_vs2022.vcxproj @@ -53,16 +53,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -124,13 +124,7 @@ - - - - - - - - + + diff --git a/Libraries/rocFFT/callback/callback_vs2017.vcxproj b/Libraries/rocFFT/callback/callback_vs2017.vcxproj index e3e2a056d..2851b84a0 100644 --- a/Libraries/rocFFT/callback/callback_vs2017.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2017.vcxproj @@ -57,16 +57,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -128,13 +128,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocFFT/callback/callback_vs2019.vcxproj b/Libraries/rocFFT/callback/callback_vs2019.vcxproj index dea8ae2c7..f6dfedf0c 100644 --- a/Libraries/rocFFT/callback/callback_vs2019.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2019.vcxproj @@ -57,16 +57,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -128,13 +128,7 @@ - - - - - - - - + + diff --git a/Libraries/rocFFT/callback/callback_vs2022.vcxproj b/Libraries/rocFFT/callback/callback_vs2022.vcxproj index d23e55ab4..966f75dde 100644 --- a/Libraries/rocFFT/callback/callback_vs2022.vcxproj +++ b/Libraries/rocFFT/callback/callback_vs2022.vcxproj @@ -57,16 +57,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -128,13 +128,7 @@ - - - - - - - - + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj index 7692b0a53..e5497253c 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2017.vcxproj @@ -58,16 +58,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -129,13 +129,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj index 98019be5b..f80070720 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2019.vcxproj @@ -58,16 +58,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -129,13 +129,7 @@ - - - - - - - - + + diff --git a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj index ee39f8fc5..045535b5a 100644 --- a/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj +++ b/Libraries/rocFFT/multi_gpu/multi_gpu_vs2022.vcxproj @@ -58,16 +58,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -129,13 +129,7 @@ - - - - - - - - + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj index ff305bd97..a7550c601 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj index 97345aa4f..4c7870e3a 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj index 33d1938ba..9435c76a4 100644 --- a/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/block_sum/block_sum_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj index 06f6fb2fe..2d0884a4b 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj index 95ac8845f..90025609b 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj index 4829e2e12..38f6da0ac 100644 --- a/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj +++ b/Libraries/rocPRIM/device_sum/device_sum_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj index 479b69569..fa6919e3e 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj index 853fabe08..9b4b78818 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj index 78a7cfef6..ab276fb44 100644 --- a/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj +++ b/Libraries/rocRAND/simple_distributions_cpp/simple_distributions_cpp_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj index ee223b548..0d1d7038f 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2017.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj index a4a32bb86..9f416b0d4 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2019.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj index c77241dc8..76d31feba 100644 --- a/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getf2/getf2_vs2022.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj index 1e02d24d5..490aed9e0 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2017.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj index 3c64f79ed..14006f4ff 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2019.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj index db222c2c8..c2d5c13b0 100644 --- a/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj +++ b/Libraries/rocSOLVER/getri/getri_vs2022.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj index eda9ff23e..557b164b6 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2017.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj index 74147448f..d1c2883fd 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2019.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj index 06380f4aa..1cc6bfe39 100644 --- a/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev/syev_vs2022.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj index d7b24458b..4c1d32594 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2017.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj index b4801748d..0e671b6f1 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2019.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj index 726383797..7733a2330 100644 --- a/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_batched/syev_batched_vs2022.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj index a42141c61..f21ed4cdb 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2017.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj index 29f59b746..93c0f3a82 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2019.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj index 23dc2e177..0badb7a0d 100644 --- a/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj +++ b/Libraries/rocSOLVER/syev_strided_batched/syev_strided_batched_vs2022.vcxproj @@ -59,16 +59,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -130,13 +130,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj index 954f4bb08..27b1c448e 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2017.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -118,13 +118,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj index 79c9952ac..92ecc6105 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2019.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -118,13 +118,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj index 073ca6ca9..463512b62 100644 --- a/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrmv/bsrmv_vs2022.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -118,13 +118,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj index d276b2ca0..78a4517cc 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj index b1b1738db..058dfc9da 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj index 0949fe6a7..7db7a34a0 100644 --- a/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrsv/bsrsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj index 65d8e5dee..3cf0257f6 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj index 94841ad0f..ea14dfa06 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj index 9c7f2da7e..eed368764 100644 --- a/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/bsrxmv/bsrxmv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj index 95dd91c0d..65dba8d7f 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj index a426450f9..37269e8c8 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj index 2b0ad7db9..a1dd6bc38 100644 --- a/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/coomv/coomv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj index ba95a7259..c7a3447ac 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj index d5e6cc6a7..fbbe5fe29 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj index f89dc0892..62d8eee93 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csritsv/csritsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj index de732e2b4..ec5e2625e 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj index 13bc1a162..e767963dd 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj index 4629a6177..ce148337b 100644 --- a/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrmv/csrmv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj index 55285c1b9..00b6e906c 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj index e2bbc67c6..4febf1620 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj index 3174f7fd7..5fd4f0cc0 100644 --- a/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/csrsv/csrsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj index 295e09c97..68a218ff8 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj index d6fb0dc32..69df5af99 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj index 74c9ecbb2..79aafd97f 100644 --- a/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/ellmv/ellmv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj index 588c671c8..ff4386fa5 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2017.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -118,13 +118,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj index 72f82f7ef..0e0483f9b 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2019.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -118,13 +118,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj index f112559bb..9a656fec5 100644 --- a/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gebsrmv/gebsrmv_vs2022.vcxproj @@ -47,16 +47,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -118,13 +118,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj index c6a4c3752..4873353d4 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj index 0c45d6d04..228dea76c 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj index d90fd0493..577c7e109 100644 --- a/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/gemvi/gemvi_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj index a777afb43..54b3569b5 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj index cce381c28..13b0afa28 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj index 8fc1e3604..f6097d8a0 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spitsv/spitsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj index 149128b7b..d5b411384 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj index 906c6084d..fcfdb55a7 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj index 881d55248..4d16500db 100644 --- a/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spmv/spmv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj index 74c42684b..b90545902 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj index 7ccc2861f..0e3d9f25c 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj index 59711d893..80e292fa4 100644 --- a/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_2/spsv/spsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj index 29709e9d1..17e3ac79c 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj index 1b907a95e..3c4d766c4 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj index f40e612e6..3062759ac 100644 --- a/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrmm/bsrmm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj index e873ecc38..df5a28cf9 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj index dbcb2efd8..beda34675 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj index f9eb141ac..74ea9ed02 100644 --- a/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/bsrsm/bsrsm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj index 9be7df994..41feabf28 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj index 58fb33bcf..463c8c97b 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj index 0529e1329..07258cfc8 100644 --- a/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrmm/csrmm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj index e213caee2..84c786051 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj index 950e18aa0..2959d8036 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj index 78e7a6388..47d7b4e0b 100644 --- a/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/csrsm/csrsm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj index 8bd1343a2..fb0696d87 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj index 4dbe5fdc2..7df2e96a6 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj index b1b51f31f..8b43881fb 100644 --- a/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gebsrmm/gebsrmm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj index 75ddc0e41..6fc0e491b 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj index 1a5181c11..5fc9c4c00 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj index b4969ce96..63399da46 100644 --- a/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/gemmi/gemmi_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj index 06f046138..c262f6f5d 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj index 3aae7e486..3db159d49 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj index fa5dbcf9b..68fb974f2 100644 --- a/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/sddmm/sddmm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj index c80af96e7..0bcf88700 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj index a6d15f888..891303da4 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj index 30add41ea..178306fc2 100644 --- a/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spmm/spmm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj index 8038f5c68..043f1bffe 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj index 61c794236..30547653b 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj index bb27c0f45..6b11963b7 100644 --- a/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj +++ b/Libraries/rocSPARSE/level_3/spsm/spsm_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj index 6d14c2afa..9c6298fad 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj index 0cff40a98..4e5cbe5e7 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj index 1ea49534e..7835a5102 100644 --- a/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsric0/bsric0_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj index 68bcc83ef..c74ef2324 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj index 7729c6591..494cd2e79 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj index 46aa12506..0eb90f73c 100644 --- a/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/bsrilu0/bsrilu0_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj index be04c3e1a..3aa4ed479 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj index 7ff687b82..243872c78 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj index d8a1a85e2..9655a90d0 100644 --- a/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csric0/csric0_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj index 20ae41e01..f089f0a08 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj index 8e5b4fbf6..6a2167158 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj index eb269d795..8272565a7 100644 --- a/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csrilu0/csrilu0_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj index 3a8fd4190..76a17498b 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj index 40dd49eda..6f409c590 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj index d1ce12043..061b92434 100644 --- a/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/csritilu0/csritilu0_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj index 97693c460..89431ab5c 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj index 527898b42..455c88fe5 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj index 7c5bb0799..9d7f5a105 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gpsv/gpsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj index d8b4b5015..27293803f 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2017.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj index 349a42a44..b257dc778 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2019.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj index 98709aa3b..25049387f 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj +++ b/Libraries/rocSPARSE/preconditioner/gtsv/gtsv_vs2022.vcxproj @@ -48,16 +48,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -119,13 +119,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj index b32e1e961..4a4055c61 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj index 910eea465..e8783aa68 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj index 3e51cf22b..d00fddadd 100644 --- a/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj +++ b/Libraries/rocThrust/device_ptr/device_ptr_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/norm/norm_vs2017.vcxproj b/Libraries/rocThrust/norm/norm_vs2017.vcxproj index 4cf421614..884544612 100644 --- a/Libraries/rocThrust/norm/norm_vs2017.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/norm/norm_vs2019.vcxproj b/Libraries/rocThrust/norm/norm_vs2019.vcxproj index c53c02236..4af48d64a 100644 --- a/Libraries/rocThrust/norm/norm_vs2019.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/norm/norm_vs2022.vcxproj b/Libraries/rocThrust/norm/norm_vs2022.vcxproj index f82abae5d..391941e06 100644 --- a/Libraries/rocThrust/norm/norm_vs2022.vcxproj +++ b/Libraries/rocThrust/norm/norm_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj index 39df1e2e9..297f2e571 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj index efe2e144c..01fa1ad8c 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj index fec83ecf6..68550dd35 100644 --- a/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj +++ b/Libraries/rocThrust/reduce_sum/reduce_sum_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj index 629a9b278..2e1184448 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj index 16c9349a0..d6e2cbed3 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj index 47b200f0a..224f5b019 100644 --- a/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj +++ b/Libraries/rocThrust/remove_points/remove_points_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj index 5928ac001..0412ce5d2 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj index 4c72469d2..b1447d515 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj index b8e4f15aa..4e5398d21 100644 --- a/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj +++ b/Libraries/rocThrust/saxpy/saxpy_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj index e066e986b..4fc5874ce 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2017.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + \ No newline at end of file diff --git a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj index e97163101..48fa83907 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2019.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + diff --git a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj index 27d1cffa9..b179d97db 100644 --- a/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj +++ b/Libraries/rocThrust/vectors/vectors_vs2022.vcxproj @@ -42,16 +42,16 @@ HIP clang $(HIPPathVersion) Unicode + + $(PlatformToolset.Replace(`HIP clang `, ``)) + + + $(PlatformToolset.Replace(`HIP nvcc `, ``)) + - - - - - - - - + + @@ -111,13 +111,7 @@ - - - - - - - - + + From 7a4c598e3ca4de8eee8e497e4a8751d79f87a0f9 Mon Sep 17 00:00:00 2001 From: schung-amd Date: Mon, 3 Mar 2025 12:50:09 -0500 Subject: [PATCH 09/10] Update missed static_host_library_library/*.vcxproj --- .../library/libhip_static_host_vs2017.vcxproj | 29 ++++++++++++------- .../library/libhip_static_host_vs2019.vcxproj | 29 ++++++++++++------- .../library/libhip_static_host_vs2022.vcxproj | 29 ++++++++++++------- 3 files changed, 57 insertions(+), 30 deletions(-) diff --git a/HIP-Basic/static_host_library/library/libhip_static_host_vs2017.vcxproj b/HIP-Basic/static_host_library/library/libhip_static_host_vs2017.vcxproj index 9fc7aaa62..060cedf4e 100644 --- a/HIP-Basic/static_host_library/library/libhip_static_host_vs2017.vcxproj +++ b/HIP-Basic/static_host_library/library/libhip_static_host_vs2017.vcxproj @@ -17,6 +17,12 @@ libhip_static_host_vs2017 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,13 +34,13 @@ StaticLibrary true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode StaticLibrary false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode @@ -45,8 +51,8 @@ - - + + @@ -56,6 +62,9 @@ + + true + true @@ -68,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -81,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +103,7 @@ true - + Level2 true @@ -109,7 +118,7 @@ true - + Level2 true @@ -125,7 +134,7 @@ - - + + \ No newline at end of file diff --git a/HIP-Basic/static_host_library/library/libhip_static_host_vs2019.vcxproj b/HIP-Basic/static_host_library/library/libhip_static_host_vs2019.vcxproj index 336344a61..26ff61331 100644 --- a/HIP-Basic/static_host_library/library/libhip_static_host_vs2019.vcxproj +++ b/HIP-Basic/static_host_library/library/libhip_static_host_vs2019.vcxproj @@ -17,6 +17,12 @@ libhip_static_host_vs2019 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,13 +34,13 @@ StaticLibrary true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode StaticLibrary false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode @@ -45,8 +51,8 @@ - - + + @@ -56,6 +62,9 @@ + + true + true @@ -68,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -81,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +103,7 @@ true - + Level2 true @@ -109,7 +118,7 @@ true - + Level2 true @@ -125,7 +134,7 @@ - - + + diff --git a/HIP-Basic/static_host_library/library/libhip_static_host_vs2022.vcxproj b/HIP-Basic/static_host_library/library/libhip_static_host_vs2022.vcxproj index 5e2106672..ffb2a8873 100644 --- a/HIP-Basic/static_host_library/library/libhip_static_host_vs2022.vcxproj +++ b/HIP-Basic/static_host_library/library/libhip_static_host_vs2022.vcxproj @@ -17,6 +17,12 @@ libhip_static_host_vs2022 $(LatestTargetPlatformVersion) + + $([System.IO.File]::ReadAllText('$(HIP_PATH)bin\.hipversion')) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MAJOR")),18)),2).Trim()) + $(HIPVersionFileContents.Substring($([MSBuild]::Add($(HIPVersionFileContents.LastIndexOf("HIP_VERSION_MINOR")),18)),2).Trim()) + $(HIPVersionMajor).$(HIPVersionMinor) + @@ -28,13 +34,13 @@ StaticLibrary true - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode StaticLibrary false - HIP clang 6.2 + HIP clang $(HIPPathVersion) Unicode @@ -45,8 +51,8 @@ - - + + @@ -56,6 +62,9 @@ + + true + true @@ -68,7 +77,7 @@ true - + Level2 __clang__;__HIP__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -81,7 +90,7 @@ true - + Level2 __CUDACC__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -94,7 +103,7 @@ true - + Level2 true @@ -109,7 +118,7 @@ true - + Level2 true @@ -125,7 +134,7 @@ - - + + From a0d1bd1dfe425c8f2243715513c1c728c3e73e59 Mon Sep 17 00:00:00 2001 From: schung-amd Date: Mon, 3 Mar 2025 17:25:00 -0500 Subject: [PATCH 10/10] Reword HIP SDK toolset guidance --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25af501cc..dad9df04b 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,12 @@ The repository has Visual Studio project files for all examples and individually - To build in Release mode pass the `/p:Configuration=Release` option to MSBuild. - The executables will be created in a subfolder named "Debug" or "Release" inside the project folder. - The HIP specific project settings like the GPU architectures targeted can be set on the `General [AMD HIP C++]` tab of project properties. -- If multiple HIP SDK versions are installed, the HIP_PATH environment variable must be set to point to the location of the desired version. - - This must be done before launching Visual Studio (or the command line interface if using MSBuild); changes made while the process is open will not be reflected. +- The HIP_PATH environment variable must be set to point to the location where HIP SDK is installed. + - The HIP SDK installer will set the HIP_PATH during installation. + - HIP_PATH and other environment variables must be set before launching Visual Studio (or the command line interface if using MSBuild); changes made while the process is open will not be reflected. - The Visual Studio platform toolset will automatically be set to match the HIP SDK version located by HIP_PATH. - Selecting a platform toolset in the Visual Studio property pages to one that doesn't match the HIP SDK version set in HIP_PATH will result in an unsupported toolset error. + - MSBuild caching may cause some toolset discrepancies in the top level solutions, which can be resolved by setting the toolset in the property pages. - The top level solution files come in two flavors: `ROCm-Examples-VS.sln` and `ROCm-Examples-Portable-VS.sln`. The former contains all examples, while the latter contains the examples that support both ROCm and CUDA. #### CMake